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 TypeClassDescriptionclassJEditActionContext<F extends JEditAbstractEditAction,E extends JEditActionSet<F>> Manages a collection of action sets.classJEditActionSet<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 TypeClassDescriptionclassAn action that evaluates BeanShell code when invoked.classAn action that can be bound to a menu item, tool bar button or keystroke.classAn action that evaluates BeanShell code when invoked.static classEncapsulates the macro's label, name and path.Fields in org.gjt.sp.jedit declared as JEditAbstractEditActionModifier and TypeFieldDescriptionprotected static final JEditAbstractEditActionJEditActionSet.placeholderFields in org.gjt.sp.jedit with type parameters of type JEditAbstractEditActionModifier and TypeFieldDescriptionprotected HashMap<String, JEditAbstractEditAction> JEditActionSet.actionsMethods in org.gjt.sp.jedit that return JEditAbstractEditActionModifier and TypeMethodDescriptionprotected abstract JEditAbstractEditActionJEditActionSet.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 TypeClassDescriptionclassAbstractInputHandler<E extends JEditAbstractEditAction>The abstract input handler manage the keyboard handling.Fields in org.gjt.sp.jedit.input declared as JEditAbstractEditAction