| Package | Description | 
|---|---|
| org.gjt.sp.jedit | This package contains jEdit 4's core classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| ActionSet | PluginJAR. getActionSet()Returns the plugin's action set for the jEdit action context
  jEdit.getActionContext(). | 
| static ActionSet | jEdit. getActionSetForAction(java.lang.String action)Returns the action set that contains the specified action. | 
| ActionSet | ActionContext. getActionSetForAction(java.lang.String action)Returns the action set that contains the specified action. | 
| static ActionSet[] | jEdit. getActionSets()Returns all registered action sets. | 
| ActionSet | PluginJAR. getBrowserActionSet()Returns the plugin's action set for the file system browser action
 context  VFSBrowser.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 Type | Method and Description | 
|---|---|
| static 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. |