|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompilerErrorModel | |
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 CompilerErrorModel in edu.rice.cs.drjava.model |
Fields in edu.rice.cs.drjava.model declared as CompilerErrorModel | |
private CompilerErrorModel |
DefaultGlobalModel.DefinitionsDocumentHandler._errorModel
|
Methods in edu.rice.cs.drjava.model that return CompilerErrorModel | |
CompilerErrorModel |
OpenDefinitionsDocument.getCompilerErrorModel()
Returns the model responsible for maintaining all current errors within this OpenDefinitionsDocument's file. |
CompilerErrorModel |
DefaultGlobalModel.DefinitionsDocumentHandler.getCompilerErrorModel()
Returns the model responsible for maintaining all current errors within this OpenDefinitionsDocument's file. |
Methods in edu.rice.cs.drjava.model with parameters of type CompilerErrorModel | |
void |
OpenDefinitionsDocument.setCompilerErrorModel(CompilerErrorModel model)
Sets this OpenDefinitionsDocument's notion of all current errors within the corresponding file. |
void |
DefaultGlobalModel.DefinitionsDocumentHandler.setCompilerErrorModel(CompilerErrorModel model)
Sets this OpenDefinitionsDocument's notion of all current errors within the corresponding file. |
Uses of CompilerErrorModel in edu.rice.cs.drjava.ui |
Fields in edu.rice.cs.drjava.ui declared as CompilerErrorModel | |
private CompilerErrorModel |
CompilerErrorCaretListener._model
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |