Uses of Class
org.gjt.sp.jedit.EditAction
Packages that use EditAction
-
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.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
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.