javax.swing.Action
, java.awt.event.ActionListener
, java.util.EventListener
ComboCompletionAction
, CompleteWordAction
, DefaultSyntaxAction
, DeleteLinesAction
, DuplicateLinesAction
, FindNextAction
, FindReplaceAction
, GotoLineAction
, HTMLPreviewAction
, IndentAction
, JIndentAction
, JumpToPairAction
, JUnindentAction
, MapCompletionAction
, PairAction
, PythonIndentAction
, QuickFindAction
, RedoAction
, ReflectCompletionAction
, ScriptAction
, ScriptRunnerAction
, ShowAbbsAction
, SmartHomeAction
, SmartHomeSelectAction
, TemplateAction
, ToggleCommentsAction
, ToggleComponentAction
, UndoAction
, UnindentAction
, XmlPrettifyAction
, XmlTagCompleteAction
public interface SyntaxAction
extends javax.swing.Action
Modifier and Type | Method | Description |
---|---|---|
void |
config(Configuration config,
java.lang.String name) |
Configure the actions in this class
|
void config(Configuration config, java.lang.String name)
config
- name
- Name of the action, (prefixed by Action.)
will be obtained from the property Key as the
text following the Action.