Uses of Class
org.fife.ui.rsyntaxtextarea.TokenMap

Packages that use TokenMap
org.fife.ui.rsyntaxtextarea A syntax-highlighting text editor. 
org.fife.ui.rsyntaxtextarea.modes Scanners that tokenize source in RSyntaxTextArea
 

Uses of TokenMap in org.fife.ui.rsyntaxtextarea
 

Fields in org.fife.ui.rsyntaxtextarea declared as TokenMap
protected  TokenMap AbstractTokenMaker.wordsToHighlight
          Hash table of words to highlight and what token type they are.
 

Methods in org.fife.ui.rsyntaxtextarea that return TokenMap
abstract  TokenMap AbstractTokenMaker.getWordsToHighlight()
          Returns the words to highlight for this programming language.
 

Uses of TokenMap in org.fife.ui.rsyntaxtextarea.modes
 

Methods in org.fife.ui.rsyntaxtextarea.modes that return TokenMap
 TokenMap JavaScriptTokenMaker.getWordsToHighlight()
          Returns the words to highlight for the JavaScript programming language.
 TokenMap WindowsBatchTokenMaker.getWordsToHighlight()
          Returns the words to highlight for Windows batch files.
 TokenMap UnixShellTokenMaker.getWordsToHighlight()
          Returns the words to highlight for UNIX shell scripts.
 



Copyright © 2010. All Rights Reserved.