Interface | Description |
---|---|
SyntaxDocument |
The interface a document must implement to be colorizable by the
SyntaxEditorKit . |
Class | Description |
---|---|
DefaultSyntaxDocument |
A simple implementation of
SyntaxDocument . |
EvfFile |
This is a class that makes sure we can handle ITLs in the Navigator.
|
EvfFileComponent | |
EvfFileEditor | |
EvfOutline | |
EvfTree | |
ITLEditorKit |
This is the set of things needed by a text component to be a reasonably
functioning editor for xml type document.
|
ItlFile |
This is a class that makes sure we can handle ITLs in the Navigator.
|
ItlFileComponent | |
ItlTextEditor | |
ItlTokenMarker | |
KeywordMap |
A
KeywordMap is similar to a hashtable in that it maps keys to values. |
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 | |
TokenMarker |
A token marker that splits lines of text into tokens.
|
TokenMarker.LineInfo |
Inner class for storing information about tokenized lines.
|