|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputHandler | |
org.syntax.jedit |
Uses of InputHandler in org.syntax.jedit |
Subclasses of InputHandler in org.syntax.jedit | |
class |
DefaultInputHandler
The default input handler. |
Fields in org.syntax.jedit declared as InputHandler | |
InputHandler |
TextAreaDefaults.inputHandler
|
protected InputHandler |
JEditTextArea.inputHandler
|
Methods in org.syntax.jedit that return InputHandler | |
InputHandler |
JEditTextArea.getInputHandler()
Returns the input handler. |
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. |
Methods in org.syntax.jedit with parameters of type InputHandler | |
void |
JEditTextArea.setInputHandler(InputHandler inputHandler)
Sets the input handler. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |