| 程序包 | 说明 |
|---|---|
| com.fr.design.gui.syntax.ui.rsyntaxtextarea |
A syntax-highlighting text editor.
|
| com.fr.design.gui.syntax.ui.rsyntaxtextarea.modes |
Scanners that tokenize source in
RSyntaxTextArea. |
| 限定符和类型 | 字段和说明 |
|---|---|
protected TokenMap |
AbstractTokenMaker.wordsToHighlight
Hash table of words to highlight and what token type they are.
|
| 限定符和类型 | 方法和说明 |
|---|---|
abstract TokenMap |
AbstractTokenMaker.getWordsToHighlight()
Returns the words to highlight for this 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.
|