| AbstractSegment |
Abstract base class for Segment implementations.
|
| Buffer |
Manages the contents of the contents of a log window.
|
| Fonts |
Manage a set of fonts.
|
| GUILabelLog |
A gui element implementing a static text field which may contain media tags.
|
| GUILog |
Abstract base class for gui elements implementing text fields.
|
| GUIMessageLog |
A gui element implementing the message window.
|
| Line |
Manages the contents of one text line.
|
| MessageBufferUpdater |
Adds drawinfo, drawextinfo, and query messages to a Buffer instance.
|
| Parser |
Parser for parsing drawextinfo messages received from a Crossfire server to
update a Buffer instance.
|
| RenderState |
Encapsulates the state for a scroll bar.
|
| RenderStateManager |
Encapsulates the state for rendering a Buffer instance.
|
| TextSegment |
One segment of a Line which should be displayed without changing
attributes.
|