public interface SyntaxAction
extends javax.swing.Action
| Modifier and Type | Method and Description |
|---|---|
void |
deinstall(javax.swing.JEditorPane editor) |
void |
install(javax.swing.JEditorPane editor,
Configuration config,
java.lang.String name)
Configure the actions in this class
|
void install(javax.swing.JEditorPane editor,
Configuration config,
java.lang.String name)
config - the properties from which the action was constructedname - name of the action, (prefixed by Action.) will be obtained from the property Key as the
text following the Action.void deinstall(javax.swing.JEditorPane editor)