Uses of Class
edu.rice.cs.drjava.model.repl.InteractionsDocument

Packages that use InteractionsDocument
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.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.plugins.eclipse.views   
edu.rice.cs.drjava.ui The ui package contains classes for the default user interface for DrJava. 
 

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

Methods in edu.rice.cs.drjava.model that return InteractionsDocument
 InteractionsDocument GlobalModel.getInteractionsDocument()
          Gets the (toolkit-independent) interactions document.
 InteractionsDocument DummyGlobalModel.getInteractionsDocument()
           
 InteractionsDocument DefaultGlobalModel.getInteractionsDocument()
           
 InteractionsDocument AbstractGlobalModel.getInteractionsDocument()
          throws UnsupportedOperationException
 

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

Fields in edu.rice.cs.drjava.model.repl declared as InteractionsDocument
protected  InteractionsDocument InteractionsDocumentTest._doc
           
protected  InteractionsDocument InteractionsDJDocumentTest._doc
           
protected  InteractionsDocument InteractionsModel._document
          InteractionsDocument containing the commands and history.
 

Methods in edu.rice.cs.drjava.model.repl that return InteractionsDocument
 InteractionsDocument InteractionsModel.getDocument()
          Returns the InteractionsDocument stored by this model.
 

Uses of InteractionsDocument in edu.rice.cs.drjava.plugins.eclipse.views
 

Fields in edu.rice.cs.drjava.plugins.eclipse.views declared as InteractionsDocument
protected  InteractionsDocument InteractionsController._doc
          Document from the model
protected  InteractionsDocument InteractionsViewTest._doc
           
protected  InteractionsDocument InteractionsViewTest._doc
           
protected  InteractionsDocument InteractionsController._doc
          Document from the model
 

Methods in edu.rice.cs.drjava.plugins.eclipse.views that return InteractionsDocument
 InteractionsDocument InteractionsController.getDocument()
          Accessor method for the InteractionsDocument.
 InteractionsDocument InteractionsController.getDocument()
          Accessor method for the InteractionsDocument.
 

Uses of InteractionsDocument in edu.rice.cs.drjava.ui
 

Fields in edu.rice.cs.drjava.ui declared as InteractionsDocument
protected  InteractionsDocument InteractionsPaneTest._doc
           
 

Methods in edu.rice.cs.drjava.ui that return InteractionsDocument
 InteractionsDocument InteractionsController.getDocument()
          Accessor method for the InteractionsDocument.