Uses of Class
org.fife.ui.rsyntaxtextarea.TokenMap
-
Packages that use TokenMap Package Description org.fife.ui.rsyntaxtextarea A syntax-highlighting text editor.org.fife.ui.rsyntaxtextarea.modes Scanners that tokenize source inRSyntaxTextArea
. -
-
Uses of TokenMap in org.fife.ui.rsyntaxtextarea
Fields in org.fife.ui.rsyntaxtextarea declared as TokenMap Modifier and Type Field Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description TokenMap
UnixShellTokenMaker. getWordsToHighlight()
Returns the words to highlight for UNIX shell scripts.TokenMap
WindowsBatchTokenMaker. getWordsToHighlight()
Returns the words to highlight for Windows batch files.
-