Uses of Class
org.gjt.sp.jedit.gui.InputHandler
-
Uses of InputHandler in org.gjt.sp.jedit
Modifier and TypeMethodDescriptionstatic InputHandler
jEdit.getInputHandler()
Returns the current input handler (key binding to action mapping)View.getInputHandler()
Returns the input handler.Modifier and TypeMethodDescriptionvoid
View.setInputHandler
(InputHandler inputHandler) Sets the input handler. -
Uses of InputHandler in org.gjt.sp.jedit.gui
Modifier and TypeClassDescriptionclass
The default input handler maps sequences of keystrokes into actions and inserts key typed events into the text area.