Uses of Class
org.fife.ui.rsyntaxtextarea.TokenMap
Packages that use TokenMap
Package
Description
A syntax-highlighting text editor.
Scanners that tokenize source in
RSyntaxTextArea.-
Uses of TokenMap in org.fife.ui.rsyntaxtextarea
Fields in org.fife.ui.rsyntaxtextarea declared as TokenMapModifier and TypeFieldDescriptionprotected TokenMapAbstractTokenMaker.wordsToHighlightHash table of words to highlight and what token type they are.Methods in org.fife.ui.rsyntaxtextarea that return TokenMapModifier and TypeMethodDescriptionabstract 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 TokenMapModifier and TypeMethodDescriptionUnixShellTokenMaker.getWordsToHighlight()Returns the words to highlight for UNIX shell scripts.WindowsBatchTokenMaker.getWordsToHighlight()Returns the words to highlight for Windows batch files.