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.ui The ui package contains classes for the default user interface for DrJava. 
 

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

Fields in edu.rice.cs.drjava.model declared as InteractionsDocument
private  InteractionsDocument DefaultGlobalModel._interactionsDoc
          The document used to interact with the repl.
 

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

Constructors in edu.rice.cs.drjava.model.repl with parameters of type InteractionsDocument
InteractionsDocument.ExceptionButtonListener(String fileName, int lineNumber)
           
 

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

Fields in edu.rice.cs.drjava.ui declared as InteractionsDocument
private  InteractionsDocument InteractionsPaneTest._interactions