Interface | Description |
---|---|
AutoCompleter |
AutoCompleter is an interface which describes the auto-completion behavior of a
PHighlightedTextArea.
|
HighlightedDocumentRenderer |
A HighlightedDocumentRenderer is an interface which describes a class which can recieve special
read privileges to the protected data of a HighlightedDocument.
|
Class | Description |
---|---|
DefaultAutoCompleter |
DefaultAutoCompleter is the simplest implementation of AutoCompleter.
|
DefaultHighlightedDocument |
DefaultHighlightedDocument is a simple subclass of HighlightedDocument.
|
FontInfo |
FontInfo is a class that analyzes a font to see if it is monospaced over a specified set of
characters.
|
HighlightedDocument |
HighlightedDocument is an abstract representation of a document which supports syntax
highlighting.
|
HighlightStyle |
HighlightStyle encapsulates the stylistic variations which different highlights in a
THighlightedTextArea may take.
|
IndentingAutoCompleter |
IndentingAutoCompleter is an implementation of AutoCompleter which will intercept tab keystrokes
when more than one line is selected and indent the block (if shift is held down, the block will
be unindented).
|