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