Uses of Class
org.gjt.sp.jedit.JEditAbstractEditAction
Packages that use JEditAbstractEditAction
-
Uses of JEditAbstractEditAction in org.gjt.sp.jedit
Classes in org.gjt.sp.jedit with type parameters of type JEditAbstractEditActionModifier 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.Subclasses of JEditAbstractEditAction in org.gjt.sp.jeditModifier 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.Fields in org.gjt.sp.jedit declared as JEditAbstractEditActionModifier and TypeFieldDescriptionprotected static final JEditAbstractEditAction
JEditActionSet.placeholder
Fields in org.gjt.sp.jedit with type parameters of type JEditAbstractEditActionModifier and TypeFieldDescriptionprotected HashMap<String,
JEditAbstractEditAction> JEditActionSet.actions
Methods in org.gjt.sp.jedit that return JEditAbstractEditActionModifier 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
Classes in org.gjt.sp.jedit.input with type parameters of type JEditAbstractEditActionModifier and TypeClassDescriptionclass
AbstractInputHandler<E extends JEditAbstractEditAction>
The abstract input handler manage the keyboard handling.Fields in org.gjt.sp.jedit.input declared as JEditAbstractEditAction