Uses of Interface
org.gjt.sp.jedit.input.InputHandlerProvider
-
Uses of InputHandlerProvider in org.gjt.sp.jedit
Modifier and TypeClassDescriptionclass
A set of actions, either loaded from an XML file, or constructed at runtime by a plugin.class
JEditActionSet<E extends JEditAbstractEditAction>
A set of actions, either loaded from an XML file, or constructed at runtime by a plugin.class
AView
is jEdit's top-level frame window. -
Uses of InputHandlerProvider in org.gjt.sp.jedit.input
Modifier and TypeClassDescriptionclass
This class provide the input handler used by the textarea. -
Uses of InputHandlerProvider in org.gjt.sp.jedit.textarea
Modifier and TypeClassDescriptionstatic class
The actionSet for standalone textArea.ModifierConstructorDescriptionprotected
TextArea
(IPropertyManager propertyManager, InputHandlerProvider inputHandlerProvider) Creates a new JEditTextArea.