| Interface | Description |
|---|---|
| SyntaxComponent |
A Component that is installed to the EditorKit to perform GUI operations
on the Editor.
|
| Class | Description |
|---|---|
| LineNumbersRuler |
This class will display line numbers for a related text component.
|
| Markers |
This class contains static utility methods to make highlighting in text
components easier.
|
| Markers.SimpleMarker | |
| PairsMarker |
This class highlights any pairs of the given language.
|
| TokenMarker |
This class highlights Tokens within a document whenever the caret is moved
to a TokenType provided in the config file.
|
| Enum | Description |
|---|---|
| SyntaxComponent.Status |
The status is used to have proper propertyChange support.
|