Uses of Package
edu.rice.cs.drjava.model.repl

Packages that use edu.rice.cs.drjava.model.repl
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.debug Contains the code for DrJava's JPDA-based debugger. 
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.model.repl.newjvm Manages the creation and invocation of the separate JVM used by the interactions pane. 
edu.rice.cs.drjava.plugins.eclipse.repl   
edu.rice.cs.drjava.plugins.eclipse.views   
edu.rice.cs.drjava.ui The ui package contains classes for the default user interface for DrJava. 
 

Classes in edu.rice.cs.drjava.model.repl used by edu.rice.cs.drjava.model
DefaultInteractionsModel
          Interactions model which can notify GlobalModelListeners on events.
DummyInteractionsListener
          A dummy InteractionsListener that does nothing.
InteractionsDJDocument
          Represents a Swing-based InteractionsDocument.
InteractionsDocument
          A GUI toolkit-agnostic document that supports console-like interaction with a Java interpreter.
InteractionsListener
          Interface for any listener to an InteractionsModel.
InteractionsScriptModel
          Manages the execution of a Interactions History as a script of individual commands.
 

Classes in edu.rice.cs.drjava.model.repl used by edu.rice.cs.drjava.model.debug
InteractionsListener
          Interface for any listener to an InteractionsModel.
 

Classes in edu.rice.cs.drjava.model.repl used by edu.rice.cs.drjava.model.repl
History
          History class that records what has been typed in the interactions pane.
InputListener
          Listens for input requests from System.in.
InteractionsDJDocument
          Represents a Swing-based InteractionsDocument.
InteractionsDocument
          A GUI toolkit-agnostic document that supports console-like interaction with a Java interpreter.
InteractionsEventNotifier
          Keeps track of all listeners to an InteractionsModel, and has the ability to notify them of some event.
InteractionsListener
          Interface for any listener to an InteractionsModel.
InteractionsModel
          A Swing specific model for the DrJava InteractionsPane.
InteractionsModelCallback
          Callback interface which allows an InteractionsModel to respond to events in a remote Java interpreter.
InteractionsScriptModel
          Manages the execution of a Interactions History as a script of individual commands.
RMIInteractionsModel
          A Swing specific InteractionsModel which can serve as the glue between a local InteractionsDocument and a remote JavaInterpreter in another JVM.
 

Classes in edu.rice.cs.drjava.model.repl used by edu.rice.cs.drjava.model.repl.newjvm
InputListener
          Listens for input requests from System.in.
InteractionsModelCallback
          Callback interface which allows an InteractionsModel to respond to events in a remote Java interpreter.
 

Classes in edu.rice.cs.drjava.model.repl used by edu.rice.cs.drjava.plugins.eclipse.repl
InteractionsListener
          Interface for any listener to an InteractionsModel.
InteractionsModel
          A Swing specific model for the DrJava InteractionsPane.
InteractionsModelCallback
          Callback interface which allows an InteractionsModel to respond to events in a remote Java interpreter.
RMIInteractionsModel
          A Swing specific InteractionsModel which can serve as the glue between a local InteractionsDocument and a remote JavaInterpreter in another JVM.
 

Classes in edu.rice.cs.drjava.model.repl used by edu.rice.cs.drjava.plugins.eclipse.views
InputListener
          Listens for input requests from System.in.
InteractionsDocument
          A GUI toolkit-agnostic document that supports console-like interaction with a Java interpreter.
 

Classes in edu.rice.cs.drjava.model.repl used by edu.rice.cs.drjava.ui
InteractionsDJDocument
          Represents a Swing-based InteractionsDocument.
InteractionsDocument
          A GUI toolkit-agnostic document that supports console-like interaction with a Java interpreter.
InteractionsModel
          A Swing specific model for the DrJava InteractionsPane.
InteractionsScriptModel
          Manages the execution of a Interactions History as a script of individual commands.