|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JUnitErrorModel | |
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.junit | Contains the code for integration of the JUnit testing facility. |
edu.rice.cs.drjava.ui | The ui package contains classes for the default user interface
for DrJava. |
Uses of JUnitErrorModel in edu.rice.cs.drjava.model |
Fields in edu.rice.cs.drjava.model declared as JUnitErrorModel | |
private JUnitErrorModel |
DefaultGlobalModel.DefinitionsDocumentHandler._junitErrorModel
|
Methods in edu.rice.cs.drjava.model that return JUnitErrorModel | |
JUnitErrorModel |
OpenDefinitionsDocument.getJUnitErrorModel()
Returns the model responsible for maintaining all current JUnit errors within this OpenDefinitionsDocument. |
JUnitErrorModel |
DefaultGlobalModel.DefinitionsDocumentHandler.getJUnitErrorModel()
Returns the model responsible for maintaining all JUnit errors within this OpenDefinitionsDocument's file. |
Methods in edu.rice.cs.drjava.model with parameters of type JUnitErrorModel | |
void |
OpenDefinitionsDocument.setJUnitErrorModel(JUnitErrorModel model)
Sets the OpenDefinitionDocument's notion of all JUnit errors within this current document. |
void |
DefaultGlobalModel.DefinitionsDocumentHandler.setJUnitErrorModel(JUnitErrorModel model)
Sets the OpenDefinitionDocument's notion of all JUnit errors within this current document. |
Uses of JUnitErrorModel in edu.rice.cs.drjava.model.junit |
Fields in edu.rice.cs.drjava.model.junit declared as JUnitErrorModel | |
private JUnitErrorModel |
JUnitErrorModelTest._m
|
Uses of JUnitErrorModel in edu.rice.cs.drjava.ui |
Fields in edu.rice.cs.drjava.ui declared as JUnitErrorModel | |
private JUnitErrorModel |
JUnitErrorCaretListener._model
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |