LineNumbersRuler, PairsMarker, TokenMarkerpublic interface SyntaxComponent
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
SyntaxComponent.Status |
The status is used to have proper propertyCHange support.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
config(Configuration config) |
Configure the component using the given properties.
|
void |
deinstall(javax.swing.JEditorPane editor) |
Called when the component is to be removed from the editor
|
void |
install(javax.swing.JEditorPane editor) |
Called to install the component on an editor
|
void config(Configuration config)
config - configuration datavoid install(javax.swing.JEditorPane editor)
editor - void deinstall(javax.swing.JEditorPane editor)
editor -