Uses of Class
org.gjt.sp.jedit.input.AbstractInputHandler
Packages that use AbstractInputHandler
Package
Description
-
Uses of AbstractInputHandler in org.gjt.sp.jedit
Methods in org.gjt.sp.jedit that return AbstractInputHandler -
Uses of AbstractInputHandler in org.gjt.sp.jedit.gui
Subclasses of AbstractInputHandler in org.gjt.sp.jedit.guiModifier and TypeClassDescriptionclass
The default input handler maps sequences of keystrokes into actions and inserts key typed events into the text area.class
An input handler converts the user's key strokes into concrete actions. -
Uses of AbstractInputHandler in org.gjt.sp.jedit.input
Subclasses of AbstractInputHandler in org.gjt.sp.jedit.inputModifier and TypeClassDescriptionclass
This class manage the key bindings and execute the actions binded on the keyboard events for the standalone textarea.Methods in org.gjt.sp.jedit.input that return AbstractInputHandlerModifier and TypeMethodDescriptionDefaultInputHandlerProvider.getInputHandler()
InputHandlerProvider.getInputHandler()
Constructors in org.gjt.sp.jedit.input with parameters of type AbstractInputHandler -
Uses of AbstractInputHandler in org.gjt.sp.jedit.textarea
Methods in org.gjt.sp.jedit.textarea that return AbstractInputHandlerModifier and TypeMethodDescriptionStandaloneTextArea.StandaloneActionSet.getInputHandler()
TextArea.getInputHandler()