| Interface | Description |
|---|---|
| InputHandler.MacroRecorder | |
| InputHandler.NonRecordable |
If an action implements this interface, it should not be recorded
by the macro recorder.
|
| InputHandler.NonRepeatable |
If an action implements this interface, it should not be repeated.
|
| InputHandler.Wrapper |
For use by EditAction.Wrapper only.
|
| TextAreaPainter.Highlight |
Highlight interface.
|
| TokenMarker.TokenListener |
| Class | Description |
|---|---|
| Brackets | |
| DefaultInputHandler |
The default input handler.
|
| HtmlSelection | |
| InputHandler |
An input handler converts the user's key strokes into concrete actions.
|
| InputHandler.backspace | |
| InputHandler.backspace_word | |
| InputHandler.clipboard_copy | |
| InputHandler.clipboard_cut | |
| InputHandler.clipboard_paste | |
| InputHandler.delete | |
| InputHandler.delete_word | |
| InputHandler.document_end | |
| InputHandler.document_home | |
| InputHandler.end | |
| InputHandler.home | |
| InputHandler.insert_break | |
| InputHandler.insert_char | |
| InputHandler.insert_tab | |
| InputHandler.next_char | |
| InputHandler.next_line | |
| InputHandler.next_page | |
| InputHandler.next_word | |
| InputHandler.overwrite | |
| InputHandler.prev_char | |
| InputHandler.prev_line | |
| InputHandler.prev_page | |
| InputHandler.prev_word | |
| InputHandler.repeat | |
| JEditTextArea |
The text area component from the JEdit Syntax (syntax.jedit.org) project.
|
| KeywordMap |
A
KeywordMap is similar to a hashtable in that it maps keys
to values. |
| PdeInputHandler |
Sets key bindings used by the PDE, except for those that are Mode-specific.
|
| PdeTextArea |
Extensions to JEditTextArea to for the PDE.
|
| PdeTextAreaDefaults |
Defaults that are PDE (but not Mode) specific.
|
| PdeTextAreaPainter |
Adds support to TextAreaPainter for background colors,
and the left hand gutter area with background color and text.
|
| PdeTokenMarker | |
| SyntaxDocument |
A document implementation that can be tokenized by the syntax highlighting
system.
|
| SyntaxStyle |
A simple text style class.
|
| TextAreaDefaults |
Encapsulates default settings for a text area.
|
| TextAreaPainter |
The text area repaint manager.
|
| Token |
A linked list of tokens.
|
| TokenMarker |
A token marker that splits lines of text into tokens.
|
| TokenMarkerState |
This class serves only as a workaround to preserve API and should be removed
in the next major version.
|