| Interface | Description |
|---|---|
| DocumentModel |
DocumentModel is a container for text that provides basic editing
interaction as used by things like TextField.
|
| Class | Description |
|---|---|
| DefaultDocumentModel |
A default implementation of the DocumentModel interface.
|
| DocumentModelFilter |
A convenient base class for DocumentModel filtering that simply passes
most methods through to the wrapped delegate DocumentModel, while intercepting
others for subclasses to filter.
|
| TextFilters |
A collection of convenience filters for input and output.
|