Uses of Class
org.gjt.sp.jedit.EditAction
-
Uses of EditAction in org.gjt.sp.jedit
Modifier and TypeClassDescriptionclass
An action that evaluates BeanShell code when invoked.static class
Encapsulates the macro's label, name and path.Modifier 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) Modifier 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
Modifier and TypeMethodDescriptionvoid
InputHandler.invokeAction
(EditAction action) Invokes the specified action, repeating and recording it as necessary.