Uses of Class
ij.plugin.frame.jedit.InputHandler

Packages that use InputHandler
ij.plugin.frame.jedit   
 

Uses of InputHandler in ij.plugin.frame.jedit
 

Subclasses of InputHandler in ij.plugin.frame.jedit
 class DefaultInputHandler
          The default input handler.
 

Fields in ij.plugin.frame.jedit declared as InputHandler
 InputHandler JEditTextArea.inputHandler
           
 InputHandler LNTextAreaDefaults.inputHandler
           
 InputHandler TextAreaDefaults.inputHandler
           
 

Methods in ij.plugin.frame.jedit that return InputHandler
 InputHandler DefaultInputHandler.copy()
          Returns a copy of this input handler that shares the same key bindings.
abstract  InputHandler InputHandler.copy()
          Returns a copy of this input handler that shares the same key bindings.
 InputHandler JEditTextArea.getInputHandler()
          Returns the input handler.
 

Methods in ij.plugin.frame.jedit with parameters of type InputHandler
 void JEditTextArea.setInputHandler(InputHandler inputHandler)
          Sets the input handler.