Uses of Class
org.gjt.sp.jedit.EditAction
Packages that use EditAction
Package
Description
This package contains jEdit 4's core classes.
Various GUI controls and dialog boxes.
-
Uses of EditAction in org.gjt.sp.jedit
Subclasses of EditAction in org.gjt.sp.jeditModifier and TypeClassDescriptionclassAn action that evaluates BeanShell code when invoked.static classEncapsulates the macro's label, name and path.Subclasses with type arguments of type EditAction in org.gjt.sp.jeditModifier and TypeClassDescriptionclassManages a collection of action sets.classA set of actions, either loaded from an XML file, or constructed at runtime by a plugin.Methods in org.gjt.sp.jedit that return EditActionModifier and TypeMethodDescriptionprotected EditActionActionSet.createBeanShellAction(String actionName, String code, String selected, boolean noRepeat, boolean noRecord, boolean noRememberLast) Creates a BeanShellAction.Returns the specified action.static EditActionReturns the specified action.ActionSet.getActions()Returns an array of all actions in this action set.protected EditAction[]ActionSet.getArray(int size) Methods in org.gjt.sp.jedit with parameters of type EditActionModifier and TypeMethodDescriptionvoidActionSet.addAction(EditAction action) Adds an action to the action set.static JMenuItemGUIUtilities.loadMenuItem(EditAction editAction, boolean setMnemonic) -
Uses of EditAction in org.gjt.sp.jedit.gui
Subclasses with type arguments of type EditAction in org.gjt.sp.jedit.guiModifier and TypeClassDescriptionclassAn input handler converts the user's key strokes into concrete actions.Methods in org.gjt.sp.jedit.gui that return EditActionMethods in org.gjt.sp.jedit.gui with parameters of type EditActionModifier and TypeMethodDescriptionvoidInputHandler.invokeAction(EditAction action) Invokes the specified action, repeating and recording it as necessary.