| Package | Description |
|---|---|
| org.fife.ui.rsyntaxtextarea |
A syntax-highlighting text editor.
|
| org.fife.ui.rsyntaxtextarea.modes |
Scanners that tokenize source in
RSyntaxTextArea. |
| Modifier and Type | Field and Description |
|---|---|
protected TokenMap |
AbstractTokenMaker.wordsToHighlight
Hash table of words to highlight and what token type they are.
|
| Modifier and Type | Method and Description |
|---|---|
abstract TokenMap |
AbstractTokenMaker.getWordsToHighlight()
Returns the words to highlight for this programming language.
|
| Modifier and Type | Method and Description |
|---|---|
TokenMap |
WindowsBatchTokenMaker.getWordsToHighlight()
Returns the words to highlight for Windows batch files.
|
TokenMap |
JavaScriptTokenMaker.getWordsToHighlight()
Returns the words to highlight for the JavaScript programming language.
|
TokenMap |
UnixShellTokenMaker.getWordsToHighlight()
Returns the words to highlight for UNIX shell scripts.
|
Copyright © 2009-2013 jtstand.com. All Rights Reserved.