Uses of Interface
edu.rice.cs.drjava.model.SingleDisplayModel

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

Classes in edu.rice.cs.drjava.model that implement SingleDisplayModel
 class AbstractGlobalModel
          In simple terms, a DefaultGlobalModel without an interpreter, compiler, junit testing, debugger or javadoc.
 class DefaultGlobalModel
          Handles the bulk of DrJava's program logic.
 class GlobalModelTestCase.TestGlobalModel
           
 

Constructors in edu.rice.cs.drjava.model with parameters of type SingleDisplayModel
FindReplaceMachine(SingleDisplayModel model, DocumentIterator docIterator)
          Standard Constructor.
 

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

Fields in edu.rice.cs.drjava.ui declared as SingleDisplayModel
protected  SingleDisplayModel RegionsTreePanel._model
           
protected  SingleDisplayModel RegionsListPanel._model
           
protected  SingleDisplayModel PreviewFrame._model
           
protected  SingleDisplayModel ErrorPanel._model
           
protected  SingleDisplayModel AbortablePanel._model
           
 

Methods in edu.rice.cs.drjava.ui that return SingleDisplayModel
 SingleDisplayModel MainFrame.getModel()
           
protected  SingleDisplayModel ErrorPanel.getModel()
           
 

Methods in edu.rice.cs.drjava.ui with parameters of type SingleDisplayModel
protected abstract  Pageable PreviewFrame.setUpDocument(SingleDisplayModel model, boolean interactions)
          Sets up the document to be displayed and returns the Pageable object that allows display by pages
protected  Pageable PreviewDefDocFrame.setUpDocument(SingleDisplayModel model, boolean notUsed)
          Sets up the document to be displayed and returns the Pageable object that allows display by pages
protected  Pageable PreviewConsoleFrame.setUpDocument(SingleDisplayModel model, boolean interactions)
          Sets up the document to be displayed and returns the Pageable object that allows display by pages
 

Constructors in edu.rice.cs.drjava.ui with parameters of type SingleDisplayModel
CompilerErrorPanel(SingleDisplayModel model, MainFrame frame)
          Constructor.
ErrorPanel(SingleDisplayModel model, MainFrame frame, String tabString, String labelString)
           
JavadocErrorPanel(SingleDisplayModel model, MainFrame frame)
          Constructor.
JUnitPanel(SingleDisplayModel model, MainFrame frame)
          Constructor.
PreviewConsoleFrame(SingleDisplayModel model, MainFrame mainFrame, boolean interactions)
          Contructs a new PreviewConsoleFrame using a parent model and a MainFrame.
PreviewDefDocFrame(SingleDisplayModel model, MainFrame mainFrame)
          Contructs a new PreviewDefDocFrame using a parent model and a MainFrame object.
PreviewFrame(SingleDisplayModel model, MainFrame mainFrame, boolean interactions)
          Contructs a new PreviewFrame using a parent model and a Pageable object print to show.