Package edu.rice.cs.util.text

Interface Summary
AbstractDocumentInterface Swing Document interface augmented by readers/writers locking operations
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 DefaultStyledDocument 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.