|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractGlobalModel | |
|---|---|
| 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.cache | The idea behind this new interface is that the rest of the model should not talk directly to the document cache but rather to an adapter to the cache. |
| edu.rice.cs.drjava.ui | The ui package contains classes for the default user interface
for DrJava. |
| Uses of AbstractGlobalModel in edu.rice.cs.drjava.model |
|---|
| Subclasses of AbstractGlobalModel in edu.rice.cs.drjava.model | |
|---|---|
class |
DefaultGlobalModel
Handles the bulk of DrJava's program logic. |
static class |
GlobalModelTestCase.TestGlobalModel
|
| Fields in edu.rice.cs.drjava.model declared as AbstractGlobalModel | |
|---|---|
private static AbstractGlobalModel |
DocumentRegionTest._model
|
private static AbstractGlobalModel |
FindReplaceMachineTest._model
|
private AbstractGlobalModel |
DefaultLightWeightParsingControl._model
The model. |
| Constructors in edu.rice.cs.drjava.model with parameters of type AbstractGlobalModel | |
|---|---|
DefaultLightWeightParsingControl(AbstractGlobalModel model)
Create the default light-weight parsing control. |
|
| Uses of AbstractGlobalModel in edu.rice.cs.drjava.model.cache |
|---|
| Subclasses of AbstractGlobalModel in edu.rice.cs.drjava.model.cache | |
|---|---|
private static class |
DocumentCacheTest.TestGlobalModel
This is just so that we can have an instance of a DefaultGlobalModel rather than a single display model. |
| Uses of AbstractGlobalModel in edu.rice.cs.drjava.ui |
|---|
| Fields in edu.rice.cs.drjava.ui declared as AbstractGlobalModel | |
|---|---|
private AbstractGlobalModel |
MainFrame._model
The model which controls all logic in DrJava. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||