| Package | Description |
|---|---|
| org.syntax.jedit |
JEditTextArea classes
|
| org.syntax.jedit.tokenmarker |
JEditTextArea TokenMarker related classes
|
| Class and Description |
|---|
| InputHandler
An input handler converts the user's key strokes into concrete actions.
|
| InputHandler.MacroRecorder
Macro recorder.
|
| 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.
|
| JEditTextArea
jEdit's text area component.
|
| 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.
|
| TextAreaPainter.Highlight
Highlight interface.
|
| Class and Description |
|---|
| KeywordMap
A
KeywordMap is similar to a hashtable in that it maps keys to
values. |
Copyright © 2019. All rights reserved.