|
JET | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||