Package | Description |
---|---|
org.gjt.sp.jedit |
This package contains jEdit's core classes.
|
org.gjt.sp.jedit.input |
Keyboard Input Handlers
|
Modifier and Type | Class | Description |
---|---|---|
class |
JEditActionContext<F extends JEditAbstractEditAction,E extends JEditActionSet<F>> |
Manages a collection of action sets.
|
class |
JEditActionSet<E extends JEditAbstractEditAction> |
A set of actions, either loaded from an XML file, or constructed at runtime
by a plugin.
|
Modifier and Type | Class | Description |
---|---|---|
class |
BeanShellAction |
An action that evaluates BeanShell code when invoked.
|
class |
EditAction |
An action that can be bound to a menu item, tool bar button or keystroke.
|
class |
JEditBeanShellAction |
An action that evaluates BeanShell code when invoked.
|
static class |
Macros.Macro |
Encapsulates the macro's label, name and path.
|
Modifier and Type | Method | Description |
---|---|---|
protected abstract JEditAbstractEditAction |
JEditActionSet.createBeanShellAction(java.lang.String actionName,
java.lang.String code,
java.lang.String selected,
boolean noRepeat,
boolean noRecord,
boolean noRememberLast) |
This method should be implemented to return an action that will execute
the given code
|
E[] |
JEditActionSet.getActions() |
Returns an array of all actions in this action set.
|
protected abstract E[] |
JEditActionSet.getArray(int size) |
Returns an empty array E[].
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractInputHandler<E extends JEditAbstractEditAction> |
The abstract input handler manage the keyboard handling.
|
Modifier and Type | Field | Description |
---|---|---|
protected E |
AbstractInputHandler.lastAction |