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

Packages that use DefaultInteractionsModel
edu.rice.cs.drjava.model The model package is responsible for the majority of the logic and state in DrJava. 
 

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

Fields in edu.rice.cs.drjava.model declared as DefaultInteractionsModel
protected  DefaultInteractionsModel DefaultGlobalModel._interactionsModel
          Interface between the InteractionsDocument and the JavaInterpreter, which runs in a separate JVM.
 

Methods in edu.rice.cs.drjava.model that return DefaultInteractionsModel
 DefaultInteractionsModel GlobalModel.getInteractionsModel()
          Returns the interactions model.
 DefaultInteractionsModel DummyGlobalModel.getInteractionsModel()
           
 DefaultInteractionsModel DefaultGlobalModel.getInteractionsModel()
           
 DefaultInteractionsModel AbstractGlobalModel.getInteractionsModel()
          throws UnsupportedOperationException