| Package | Description |
|---|---|
| org.gjt.sp.jedit |
This package contains jEdit'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 | Description |
|---|---|---|
class |
ActionSet |
A 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 |
View |
A
View is jEdit's top-level frame window. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultInputHandlerProvider |
This class provide the input handler used by the textarea.
|
| Modifier and Type | Class | Description |
|---|---|---|
protected static class |
StandaloneTextArea.StandaloneActionSet |
The actionSet for standalone textArea.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected InputHandlerProvider |
TextArea.inputHandlerProvider |
| Constructor | Description |
|---|---|
TextArea(IPropertyManager propertyManager,
InputHandlerProvider inputHandlerProvider) |
Creates a new JEditTextArea.
|