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

Packages that use InteractionsController
edu.rice.cs.drjava.model The model package is responsible for the majority of the logic and state in DrJava. 
edu.rice.cs.drjava.ui The ui package contains classes for the default user interface for DrJava. 
 

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

Fields in edu.rice.cs.drjava.model declared as InteractionsController
protected  InteractionsController GlobalModelTestCase._interactionsController
           
 

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

Fields in edu.rice.cs.drjava.ui declared as InteractionsController
protected  InteractionsController InteractionsPaneTest._controller
           
 

Methods in edu.rice.cs.drjava.ui that return InteractionsController
 InteractionsController SimpleInteractionsWindow.getController()
          Accessor for the controller.
 

Methods in edu.rice.cs.drjava.ui with parameters of type InteractionsController
 void InteractionsController.ConsoleStateListener.consoleInputCompleted(String result, InteractionsController c)
          Called when the console input is complete.
 void InteractionsController.ConsoleStateListener.consoleInputStarted(InteractionsController c)
          Called when the input console is started in the interactions pane.