Uses of Class
org.gjt.sp.jedit.gui.InputHandler

Packages that use InputHandler
org.gjt.sp.jedit This package contains jEdit's core classes. 
org.gjt.sp.jedit.gui Various GUI controls and dialog boxes. 
 

Uses of InputHandler in org.gjt.sp.jedit
 

Methods in org.gjt.sp.jedit that return InputHandler
 InputHandler View.getInputHandler()
          Returns the input handler.
static InputHandler jEdit.getInputHandler()
          Returns the current input handler (key binding to action mapping)
 

Methods in org.gjt.sp.jedit with parameters of type InputHandler
 void 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.gui
 class DefaultInputHandler
          The default input handler.