Uses of Package
edu.rice.cs.util.text

Packages that use edu.rice.cs.util.text
edu.rice.cs.drjava.model The model package is responsible for the majority of the logic and state in DrJava. 
edu.rice.cs.drjava.model.definitions Provides the data model for storing Java source code. 
edu.rice.cs.drjava.model.junit Contains the code for integration of the JUnit testing facility. 
edu.rice.cs.drjava.model.repl Contains the adapter code for the interpreter, as well as the code for managing the history of interactions, the handling of exceptions thrown by the interpreter, etc. 
edu.rice.cs.drjava.ui The ui package contains classes for the default user interface for DrJava. 
edu.rice.cs.util.text   
 

Classes in edu.rice.cs.util.text used by edu.rice.cs.drjava.model
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.
ConsoleDocument
          A GUI-toolkit agnostic interface to a console document.
EditDocumentException
          Exception thrown indicating an illegal state or operation on an EditDocument.
EditDocumentInterface
          A GUI toolkit agnostic interface for a console document.
SwingDocument
          A swing implementation of the toolkit-independent EditDocumentInterface.
SwingDocumentInterface
          StyledDocument interface augmented by AbstractDocumentInterface.
 

Classes in edu.rice.cs.util.text used by edu.rice.cs.drjava.model.definitions
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.
EditDocumentInterface
          A GUI toolkit agnostic interface for a console document.
SwingDocument
          A swing implementation of the toolkit-independent EditDocumentInterface.
SwingDocumentInterface
          StyledDocument interface augmented by AbstractDocumentInterface.
 

Classes in edu.rice.cs.util.text used by edu.rice.cs.drjava.model.junit
SwingDocument
          A swing implementation of the toolkit-independent EditDocumentInterface.
 

Classes in edu.rice.cs.util.text used by edu.rice.cs.drjava.model.repl
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.
ConsoleDocument
          A GUI-toolkit agnostic interface to a console document.
ConsoleDocumentInterface
          A GUI-toolkit agnostic extension of EditDocumentInterface that adds a console input state property.
EditDocumentException
          Exception thrown indicating an illegal state or operation on an EditDocument.
EditDocumentInterface
          A GUI toolkit agnostic interface for a console document.
SwingDocument
          A swing implementation of the toolkit-independent EditDocumentInterface.
SwingDocumentInterface
          StyledDocument interface augmented by AbstractDocumentInterface.
 

Classes in edu.rice.cs.util.text used by edu.rice.cs.drjava.ui
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.
ConsoleDocument
          A GUI-toolkit agnostic interface to a console document.
EditDocumentException
          Exception thrown indicating an illegal state or operation on an EditDocument.
EditDocumentInterface
          A GUI toolkit agnostic interface for a console document.
SwingDocument
          A swing implementation of the toolkit-independent EditDocumentInterface.
 

Classes in edu.rice.cs.util.text used by edu.rice.cs.util.text
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.
ConsoleDocument
          A GUI-toolkit agnostic interface to a console document.
ConsoleDocumentInterface
          A GUI-toolkit agnostic extension of EditDocumentInterface that adds a console input state property.
DocumentEditCondition
          Class to decide whether a given edit can be applied to the document.
EditDocumentException
          Exception thrown indicating an illegal state or operation on an EditDocument.
EditDocumentInterface
          A GUI toolkit agnostic interface for a console document.
SwingDocument
          A swing implementation of the toolkit-independent EditDocumentInterface.