| Package | Description | 
|---|---|
| org.gjt.sp.jedit | This package contains jEdit 4's core classes. | 
| org.gjt.sp.jedit.input | Keyboard Input Handlers | 
| org.gjt.sp.jedit.textarea |  Classes related to jEdit's TextArea. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ActionSetA set of actions, either loaded from an XML file, or constructed at runtime
 by a plugin. | 
| class  | JEditActionSet<E extends JEditAbstractEditAction>A set of actions, either loaded from an XML file, or constructed at runtime
 by a plugin. | 
| class  | ViewA  Viewis jEdit's top-level frame window. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultInputHandlerProviderThis class provide the input handler used by the textarea. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | StandaloneTextArea.StandaloneActionSetThe actionSet for standalone textArea. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected InputHandlerProvider | TextArea. inputHandlerProvider | 
| Constructor and Description | 
|---|
| TextArea(IPropertyManager propertyManager,
        InputHandlerProvider inputHandlerProvider)Creates a new JEditTextArea. |