Uses of Class
org.gjt.sp.jedit.JEditActionSet
Packages that use JEditActionSet
-
Uses of JEditActionSet in org.gjt.sp.jedit
Classes in org.gjt.sp.jedit with type parameters of type JEditActionSetModifier and TypeClassDescriptionclassJEditActionContext<F extends JEditAbstractEditAction,E extends JEditActionSet<F>> Manages a collection of action sets.Subclasses of JEditActionSet in org.gjt.sp.jeditModifier and TypeClassDescriptionclassA set of actions, either loaded from an XML file, or constructed at runtime by a plugin.Methods in org.gjt.sp.jedit that return JEditActionSet -
Uses of JEditActionSet in org.gjt.sp.jedit.textarea
Subclasses of JEditActionSet in org.gjt.sp.jedit.textareaModifier and TypeClassDescriptionstatic classThe actionSet for standalone textArea.Methods in org.gjt.sp.jedit.textarea that return types with arguments of type JEditActionSetMethods in org.gjt.sp.jedit.textarea with parameters of type JEditActionSetModifier and TypeMethodDescriptionvoidTextArea.addActionSet(JEditActionSet<JEditBeanShellAction> actionSet) Adds a new action set to the textarea's list of ActionSets.