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