Uses of Class
edu.rice.cs.drjava.ui.InteractionsPane

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

Fields in edu.rice.cs.drjava.model.repl declared as InteractionsPane
 InteractionsPane InteractionsModel._pane
          The interactions pane bundled with this document.
 

Methods in edu.rice.cs.drjava.model.repl with parameters of type InteractionsPane
 void InteractionsModel.setUpPane(InteractionsPane pane)
          Sets the _pane field and initializes the caret position in the pane.
 

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

Fields in edu.rice.cs.drjava.ui declared as InteractionsPane
protected  InteractionsPane InteractionsPaneTest._pane
           
protected  InteractionsPane AbstractConsoleController._pane
          Pane from the view.
 

Methods in edu.rice.cs.drjava.ui that return InteractionsPane
 InteractionsPane AbstractConsoleController.getPane()
          Accessor method for the InteractionsPane.
 

Constructors in edu.rice.cs.drjava.ui with parameters of type InteractionsPane
AbstractConsoleController(InteractionsDJDocument doc, InteractionsPane pane)
          Initializes the Swing console document and Swing interactions pane.
InteractionsController(InteractionsModel model, InteractionsDJDocument adapter, InteractionsPane pane)
          Glue together the given model and view.
InteractionsScriptController(InteractionsScriptModel model, Action closeAction, InteractionsPane interactionsPane)
          Builds a new interactions script pane and links it to the given model.