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 TypeClassDescriptionclassA set of actions, either loaded from an XML file, or constructed at runtime by a plugin.classJEditActionSet<E extends JEditAbstractEditAction>A set of actions, either loaded from an XML file, or constructed at runtime by a plugin.classAViewis 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 TypeClassDescriptionclassThis 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 classThe actionSet for standalone textArea.Fields in org.gjt.sp.jedit.textarea declared as InputHandlerProviderConstructors in org.gjt.sp.jedit.textarea with parameters of type InputHandlerProviderModifierConstructorDescriptionprotectedTextArea(IPropertyManager propertyManager, InputHandlerProvider inputHandlerProvider) Creates a new JEditTextArea.