| 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. | 
| org.gjt.sp.jedit.input | Keyboard Input Handlers | 
| org.gjt.sp.jedit.textarea |  Classes related to jEdit's TextArea. | 
| Modifier and Type | Method and Description | 
|---|---|
| AbstractInputHandler | ActionSet. getInputHandler() | 
| 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. | 
| class  | InputHandlerAn input handler converts the user's key strokes into concrete actions. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TextAreaInputHandlerThis class manage the key bindings and execute the actions binded on the
 keyboard events for the standalone textarea. | 
| Modifier and Type | Method and Description | 
|---|---|
| AbstractInputHandler | InputHandlerProvider. getInputHandler() | 
| AbstractInputHandler | DefaultInputHandlerProvider. getInputHandler() | 
| Constructor and Description | 
|---|
| DefaultInputHandlerProvider(AbstractInputHandler inputHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| AbstractInputHandler | TextArea. getInputHandler() | 
| AbstractInputHandler | StandaloneTextArea.StandaloneActionSet. getInputHandler() |