| Package | Description | 
|---|---|
| org.gjt.sp.jedit | This package contains jEdit 4's core classes. | 
| org.gjt.sp.jedit.textarea |  Classes related to jEdit's TextArea. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JEditActionContext<F extends JEditAbstractEditAction,E extends JEditActionSet<F>>Manages a collection of action sets. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ActionSetA set of actions, either loaded from an XML file, or constructed at runtime
 by a plugin. | 
| Modifier and Type | Method and Description | 
|---|---|
| E[] | JEditActionContext. getActionSets() | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | StandaloneTextArea.StandaloneActionSetThe actionSet for standalone textArea. | 
| Modifier and Type | Method and Description | 
|---|---|
| JEditActionContext<JEditBeanShellAction,JEditActionSet<JEditBeanShellAction>> | TextArea. getActionContext() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TextArea. addActionSet(JEditActionSet<JEditBeanShellAction> actionSet)Adds a new action set to the textarea's list of ActionSets. |