Uses of Class
org.gjt.sp.jedit.JEditAbstractEditAction
-
Uses of JEditAbstractEditAction in org.gjt.sp.jedit
Modifier and TypeClassDescriptionclass
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 TypeClassDescriptionclass
An action that evaluates BeanShell code when invoked.class
An action that can be bound to a menu item, tool bar button or keystroke.class
An action that evaluates BeanShell code when invoked.static class
Encapsulates the macro's label, name and path.Modifier and TypeFieldDescriptionprotected static final JEditAbstractEditAction
JEditActionSet.placeholder
Modifier and TypeFieldDescriptionprotected HashMap<String,
JEditAbstractEditAction> JEditActionSet.actions
Modifier and TypeMethodDescriptionprotected abstract JEditAbstractEditAction
JEditActionSet.createBeanShellAction
(String actionName, String code, String selected, boolean noRepeat, boolean noRecord, boolean noRememberLast) This method should be implemented to return an action that will execute the given codeE[]
JEditActionSet.getActions()
protected abstract E[]
JEditActionSet.getArray
(int size) Returns an empty array E[]. -
Uses of JEditAbstractEditAction in org.gjt.sp.jedit.input
Modifier and TypeClassDescriptionclass
AbstractInputHandler<E extends JEditAbstractEditAction>
The abstract input handler manage the keyboard handling.