|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputHandlerProvider | |
---|---|
org.gjt.sp.jedit | This package contains jEdit's core classes. |
org.gjt.sp.jedit.input | |
org.gjt.sp.jedit.textarea | Since jEdit 4.2, many TextArea classes have been split into a base and derived class. |
Uses of InputHandlerProvider in org.gjt.sp.jedit |
---|
Classes in org.gjt.sp.jedit that implement InputHandlerProvider | |
---|---|
class |
ActionSet
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 |
View
A View 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 InputHandlerProvider | |
---|---|
class |
DefaultInputHandlerProvider
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 InputHandlerProvider | |
---|---|
protected static class |
StandaloneTextArea.StandaloneActionSet
The actionSet for standalone textArea. |
Fields in org.gjt.sp.jedit.textarea declared as InputHandlerProvider | |
---|---|
protected InputHandlerProvider |
TextArea.inputHandlerProvider
|
Constructors in org.gjt.sp.jedit.textarea with parameters of type InputHandlerProvider | |
---|---|
TextArea(IPropertyManager propertyManager,
InputHandlerProvider inputHandlerProvider)
Creates a new JEditTextArea. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |