Uses of Class
org.gjt.sp.jedit.JEditBeanShellAction
-
Uses of JEditBeanShellAction in org.gjt.sp.jedit.input
Modifier and TypeMethodDescriptionvoid
TextAreaInputHandler.invokeAction
(JEditBeanShellAction action) Invokes the specified action, repeating and recording it as necessary. -
Uses of JEditBeanShellAction in org.gjt.sp.jedit.textarea
Modifier and TypeMethodDescriptionprotected JEditBeanShellAction
StandaloneTextArea.StandaloneActionSet.createBeanShellAction
(String actionName, String code, String selected, boolean noRepeat, boolean noRecord, boolean noRememberLast) protected JEditBeanShellAction[]
StandaloneTextArea.StandaloneActionSet.getArray
(int size) Modifier and TypeMethodDescriptionvoid
TextArea.addActionSet
(JEditActionSet<JEditBeanShellAction> actionSet) Adds a new action set to the textarea's list of ActionSets.