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 TypeClassDescriptionclass
An action that evaluates BeanShell code when invoked.static class
Encapsulates the macro's label, name and path.Methods in org.gjt.sp.jedit that return EditActionModifier and TypeMethodDescriptionprotected EditAction
ActionSet.createBeanShellAction
(String actionName, String code, String selected, boolean noRepeat, boolean noRecord, boolean noRememberLast) Creates a BeanShellAction.Returns the specified action.static EditAction
Returns 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 TypeMethodDescriptionvoid
ActionSet.addAction
(EditAction action) Adds an action to the action set.static JMenuItem
GUIUtilities.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 TypeMethodDescriptionvoid
InputHandler.invokeAction
(EditAction action) Invokes the specified action, repeating and recording it as necessary.