Package edu.rice.cs.util.text

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.
 

Class Summary
ConsoleDocument A GUI-toolkit agnostic interface to a console document.
ConsoleDocumentTest Tests ConsoleDocument.
DocumentEditCondition Class to decide whether a given edit can be applied to the document.
SwingDocument A swing implementation of the toolkit-independent EditDocumentInterface.
SwingDocumentTest Tests the SwingDocument.
 

Exception Summary
EditDocumentException Exception thrown indicating an illegal state or operation on an EditDocument.