Uses of Class
org.gjt.sp.jedit.JEditActionSet
-
Uses of JEditActionSet in org.gjt.sp.jedit
Modifier and TypeClassDescriptionclass
JEditActionContext<F extends JEditAbstractEditAction,
E extends JEditActionSet<F>> Manages a collection of action sets.Modifier and TypeClassDescriptionclass
A set of actions, either loaded from an XML file, or constructed at runtime by a plugin. -
Uses of JEditActionSet in org.gjt.sp.jedit.textarea
Modifier and TypeClassDescriptionstatic class
The actionSet for standalone textArea.Modifier and TypeMethodDescriptionvoid
TextArea.addActionSet
(JEditActionSet<JEditBeanShellAction> actionSet) Adds a new action set to the textarea's list of ActionSets.