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

Packages that use InteractionsScriptModel
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 InteractionsScriptModel in edu.rice.cs.drjava.model
 

Methods in edu.rice.cs.drjava.model that return InteractionsScriptModel
 InteractionsScriptModel GlobalModel.loadHistoryAsScript(FileOpenSelector selector)
          Loads the history/histories from the given selector.
 InteractionsScriptModel DummyGlobalModel.loadHistoryAsScript(FileOpenSelector s)
           
 InteractionsScriptModel DefaultGlobalModel.loadHistoryAsScript(FileOpenSelector selector)
          Loads the history/histories from the given selector.
 InteractionsScriptModel AbstractGlobalModel.loadHistoryAsScript(FileOpenSelector selector)
          throws UnsupportedOperationException
 

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

Methods in edu.rice.cs.drjava.model.repl that return InteractionsScriptModel
 InteractionsScriptModel InteractionsModel.loadHistoryAsScript(FileOpenSelector selector)
           
 

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

Constructors in edu.rice.cs.drjava.ui with parameters of type InteractionsScriptModel
InteractionsScriptController(InteractionsScriptModel model, Action closeAction, InteractionsPane interactionsPane)
          Builds a new interactions script pane and links it to the given model.