Class Summary |
BasicLineFactory |
The BasicLineFactory class implements the LineFactory interface
to create Lines for a default editor. |
BasicParser |
|
CursorPos |
A simple class for passing the cursor position around |
EditorPanel |
|
EditorPrefs |
|
Line |
The Line class represents a single line of a file. |
Node |
A Node is used to create a tree for fast searches for known
words in a parsed text file. |
Parser |
|
TextFile |
|
TextPanel |
The text panel implements an uneditable display of text
from a file. |
Token |
A Token represents a section of text in a file. |
TokenWhitespace |
|
Undoable |
The undoable class is used to store editor events that may
subsequently be undone. |