Uses of Class
edu.rice.cs.drjava.model.DefaultGlobalModel

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

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

Subclasses of DefaultGlobalModel in edu.rice.cs.drjava.model
 class GlobalModelTestCase.TestGlobalModel
           
 

Fields in edu.rice.cs.drjava.model declared as DefaultGlobalModel
protected  DefaultGlobalModel GlobalModelTestCase._model
           
 

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

Fields in edu.rice.cs.drjava.model.repl declared as DefaultGlobalModel
protected  DefaultGlobalModel DefaultInteractionsModel._model
          Model that contains the interpreter to use.
 

Constructors in edu.rice.cs.drjava.model.repl with parameters of type DefaultGlobalModel
DefaultInteractionsModel(DefaultGlobalModel model, MainJVM jvm, ConsoleDocumentInterface cDoc, File wd)
          Creates a new InteractionsModel.