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 TokenMapAbstractTokenMaker. wordsToHighlightHash 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 TokenMapAbstractTokenMaker. 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 TokenMapUnixShellTokenMaker. getWordsToHighlight()Returns the words to highlight for UNIX shell scripts.TokenMapWindowsBatchTokenMaker. getWordsToHighlight()Returns the words to highlight for Windows batch files.
-