Uses of Class
org.gjt.sp.jedit.JEditBeanShellAction
Packages that use JEditBeanShellAction
Package
Description
Keyboard Input Handlers
Classes related to jEdit's TextArea.
-
Uses of JEditBeanShellAction in org.gjt.sp.jedit.input
Subclasses with type arguments of type JEditBeanShellAction in org.gjt.sp.jedit.inputModifier and TypeClassDescriptionclassThis class manage the key bindings and execute the actions binded on the keyboard events for the standalone textarea.Methods in org.gjt.sp.jedit.input that return JEditBeanShellActionMethods in org.gjt.sp.jedit.input with parameters of type JEditBeanShellActionModifier and TypeMethodDescriptionvoidTextAreaInputHandler.invokeAction(JEditBeanShellAction action) Invokes the specified action, repeating and recording it as necessary. -
Uses of JEditBeanShellAction in org.gjt.sp.jedit.textarea
Subclasses with type arguments of type JEditBeanShellAction in org.gjt.sp.jedit.textareaModifier and TypeClassDescriptionstatic classThe actionSet for standalone textArea.Methods in org.gjt.sp.jedit.textarea that return JEditBeanShellActionModifier and TypeMethodDescriptionprotected JEditBeanShellActionStandaloneTextArea.StandaloneActionSet.createBeanShellAction(String actionName, String code, String selected, boolean noRepeat, boolean noRecord, boolean noRememberLast) protected JEditBeanShellAction[]StandaloneTextArea.StandaloneActionSet.getArray(int size) Methods in org.gjt.sp.jedit.textarea that return types with arguments of type JEditBeanShellActionMethod parameters in org.gjt.sp.jedit.textarea with type arguments of type JEditBeanShellActionModifier and TypeMethodDescriptionvoidTextArea.addActionSet(JEditActionSet<JEditBeanShellAction> actionSet) Adds a new action set to the textarea's list of ActionSets.