Uses of Class
org.gjt.sp.jedit.ActionSet
-
Uses of ActionSet in org.gjt.sp.jedit
Modifier and TypeMethodDescriptionPluginJAR.getActionSet()
Returns the plugin's action set for the jEdit action contextjEdit.getActionContext()
.ActionContext.getActionSetForAction
(String action) Returns the action set that contains the specified action.static ActionSet
jEdit.getActionSetForAction
(String action) Returns the action set that contains the specified action.static ActionSet[]
jEdit.getActionSets()
Returns all registered action sets.PluginJAR.getBrowserActionSet()
Returns the plugin's action set for the file system browser action contextVFSBrowser.getActionContext()
.static ActionSet
jEdit.getBuiltInActionSet()
Returns the set of commands built into jEdit.static ActionSet
Macros.getMacroActionSet()
Returns an action set with all known macros in it.Modifier and TypeMethodDescriptionstatic void
jEdit.addActionSet
(ActionSet actionSet) Adds a new action set to jEdit's list of ActionSets (viewable from the shortcuts option pane).static void
jEdit.removeActionSet
(ActionSet actionSet) Removes an action set from jEdit's list.