|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DefaultGlobalModel | |
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 DefaultGlobalModel in edu.rice.cs.drjava.model |
Fields in edu.rice.cs.drjava.model declared as DefaultGlobalModel | |
protected static DefaultGlobalModel |
GlobalModelTestCase._originalModel
the prototype global model to hold the interpreter. |
protected DefaultGlobalModel |
GlobalModelTestCase._model
|
Constructors in edu.rice.cs.drjava.model with parameters of type DefaultGlobalModel | |
DefaultGlobalModel(DefaultGlobalModel other)
Constructor. |
|
DefaultGlobalModel.DefinitionsDocumentHandler(DefinitionsDocument doc)
Constructor. |
|
DefaultGlobalModel.ExtraClasspathOptionListener()
|
|
DefaultGlobalModel.EventNotifier()
|
|
DefaultGlobalModel.EventPoller()
|
Uses of DefaultGlobalModel in edu.rice.cs.drjava.ui |
Subclasses of DefaultGlobalModel in edu.rice.cs.drjava.ui | |
class |
SingleDisplayModel
A GlobalModel that enforces invariants associated with having one active document at a time. |
Fields in edu.rice.cs.drjava.ui declared as DefaultGlobalModel | |
private DefaultGlobalModel |
RecentFileManagerTest._model
|
Constructors in edu.rice.cs.drjava.ui with parameters of type DefaultGlobalModel | |
SingleDisplayModel(DefaultGlobalModel other)
Creates a SingleDisplayModel using the Interactions JVM from the given model. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |