JET

Uses of Class
edu.utep.cs.jet.gui.editor.syn.InputHandler

Packages that use InputHandler
edu.utep.cs.jet.gui.editor.syn Contains the source code for Java syntax highlighting. 
 

Uses of InputHandler in edu.utep.cs.jet.gui.editor.syn
 

Subclasses of InputHandler in edu.utep.cs.jet.gui.editor.syn
 class DefaultInputHandler
          The default input handler.
 

Fields in edu.utep.cs.jet.gui.editor.syn declared as InputHandler
 InputHandler TextAreaDefaults.inputHandler
           
protected  InputHandler JEditTextArea.inputHandler
           
 

Methods in edu.utep.cs.jet.gui.editor.syn that return InputHandler
abstract  InputHandler InputHandler.copy()
          Returns a copy of this input handler that shares the same key bindings.
 InputHandler DefaultInputHandler.copy()
          Returns a copy of this input handler that shares the same key bindings.
 InputHandler JEditTextArea.getInputHandler()
          Returns the input handler.
 

Methods in edu.utep.cs.jet.gui.editor.syn with parameters of type InputHandler
 void JEditTextArea.setInputHandler(InputHandler inputHandler)
          Sets the input handler.
 


JET

JET is Copyright (C) 2005-2008 by The University of Texas at El Paso and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.