Uses of Interface
org.gjt.sp.jedit.input.InputHandlerProvider
Packages that use InputHandlerProvider
-
Uses of InputHandlerProvider in org.gjt.sp.jedit
Classes in org.gjt.sp.jedit that implement InputHandlerProviderModifier 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
Classes in org.gjt.sp.jedit.input that implement InputHandlerProviderModifier and TypeClassDescriptionclass
This class provide the input handler used by the textarea. -
Uses of InputHandlerProvider in org.gjt.sp.jedit.textarea
Classes in org.gjt.sp.jedit.textarea that implement InputHandlerProviderModifier and TypeClassDescriptionstatic class
The actionSet for standalone textArea.Fields in org.gjt.sp.jedit.textarea declared as InputHandlerProviderConstructors in org.gjt.sp.jedit.textarea with parameters of type InputHandlerProviderModifierConstructorDescriptionprotected
TextArea
(IPropertyManager propertyManager, InputHandlerProvider inputHandlerProvider) Creates a new JEditTextArea.