Uses of Interface
edu.rice.cs.util.text.SwingDocumentInterface

Packages that use SwingDocumentInterface
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.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. 
 

Uses of SwingDocumentInterface in edu.rice.cs.drjava.model
 

Subinterfaces of SwingDocumentInterface in edu.rice.cs.drjava.model
 interface DJDocument
          Interface shared by the Definitions Document, Open Definitions Document, and Interactions Document.
 interface OpenDefinitionsDocument
          Interface for an open document in DrJava.
 

Classes in edu.rice.cs.drjava.model that implement SwingDocumentInterface
 class AbstractDJDocument
          This class contains code supporting the concept of a "DJDocument"; it is shared between DefinitionsDocument and InteractionsDJDocument.
 class DummyOpenDefDoc
           
 

Uses of SwingDocumentInterface in edu.rice.cs.drjava.model.definitions
 

Classes in edu.rice.cs.drjava.model.definitions that implement SwingDocumentInterface
 class DefinitionsDocument
          The document model for the definitions pane; it contains a reduced model since it extends AbstractDJDocument.
 

Uses of SwingDocumentInterface in edu.rice.cs.drjava.model.repl
 

Classes in edu.rice.cs.drjava.model.repl that implement SwingDocumentInterface
 class InteractionsDJDocument
          Represents a Swing-based InteractionsDocument.