|
Class Summary |
| DefaultSyntaxDocument |
A simple implementation of SyntaxDocument. |
| JavaTokenMarker |
Java token marker. |
| KeywordMap |
A KeywordMap is similar to a hashtable in that it maps keys to values. |
| SyntaxEditorKit |
An implementation of EditorKit used for syntax colorizing. |
| SyntaxUtilities |
Class with segment and bracket matching functions used by the syntax colorizing
subsystem. |
| SyntaxView |
A Swing view implementation that colorizes lines of a SyntaxDocument using a
TokenMarker. |
| Token |
A linked list of tokens. |
| TokenMarker |
A token marker that splits lines of text into tokens. |
| TokenMarker.LineInfo |
Inner class for storing information about tokenized lines. |