Uses of Class
org.gjt.sp.jedit.gui.InputHandler
Packages that use InputHandler
-
Uses of InputHandler in org.gjt.sp.jedit
Methods in org.gjt.sp.jedit that return InputHandlerModifier and TypeMethodDescriptionstatic InputHandler
jEdit.getInputHandler()
Returns the current input handler (key binding to action mapping)View.getInputHandler()
Returns the input handler.Methods in org.gjt.sp.jedit with parameters of type InputHandlerModifier and TypeMethodDescriptionvoid
View.setInputHandler
(InputHandler inputHandler) Sets the input handler. -
Uses of InputHandler in org.gjt.sp.jedit.gui
Subclasses of InputHandler 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.