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