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 InputHandlerjEdit.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 TypeMethodDescriptionvoidView.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 TypeClassDescriptionclassThe default input handler maps sequences of keystrokes into actions and inserts key typed events into the text area.