Package | Description |
---|---|
org.gjt.sp.jedit |
This package contains jEdit's core classes.
|
org.gjt.sp.jedit.gui |
Various GUI controls and dialog boxes.
|
Modifier and Type | Method | Description |
---|---|---|
static InputHandler |
jEdit.getInputHandler() |
Returns the current input handler (key binding to action mapping)
|
InputHandler |
View.getInputHandler() |
Returns the input handler.
|
Modifier and Type | Method | Description |
---|---|---|
void |
View.setInputHandler(InputHandler inputHandler) |
Sets the input handler.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultInputHandler |
The default input handler maps sequences of keystrokes into actions and inserts key typed events into the text area.
|