|
Interface Summary |
| AbstractDocumentInterface |
An interface designed to augment the Swing Document interface with useful operations including operations like
append that cannot be safely implemented in terms of the methods provided by the Document interface. |
| ConsoleDocumentInterface |
A GUI-toolkit agnostic extension of EditDocumentInterface that adds a console input state property. |
| EditDocumentInterface |
A GUI toolkit agnostic interface for a console document. |
| ReadersWritersLocking |
Interface with readers/writers locking operations. |
| SwingDocumentInterface |
StyledDocument interface augmented by AbstractDocumentInterface. |