|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GlobalModelListener.SaveReason | |
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 GlobalModelListener.SaveReason in edu.rice.cs.drjava.model |
Fields in edu.rice.cs.drjava.model declared as GlobalModelListener.SaveReason | |
static GlobalModelListener.SaveReason |
GlobalModelListener.COMPILE_REASON
This enumeration of save reason means that we want to compile. |
static GlobalModelListener.SaveReason |
GlobalModelListener.JUNIT_REASON
This enumeration of save reason means that we want to run JUnit. |
static GlobalModelListener.SaveReason |
GlobalModelListener.DEBUG_REASON
This enumeration of save reason means that we want to debug with JSwat. |
Methods in edu.rice.cs.drjava.model with parameters of type GlobalModelListener.SaveReason | |
void |
DefaultGlobalModel.saveAllBeforeProceeding(GlobalModelListener.SaveReason reason)
Called to demand that one or more listeners saves all the definitions documents before proceeding. |
void |
GlobalModelTestCase.TestListener.saveAllBeforeProceeding(GlobalModelListener.SaveReason reason)
|
void |
GlobalModel.saveAllBeforeProceeding(GlobalModelListener.SaveReason reason)
Called to demand that one or more listeners saves all the definitions documents before proceeding. |
void |
GlobalModelListener.saveAllBeforeProceeding(GlobalModelListener.SaveReason reason)
Called to demand that the listeners save all open documents before the GlobalModel can proceed with another action. |
Uses of GlobalModelListener.SaveReason in edu.rice.cs.drjava.ui |
Methods in edu.rice.cs.drjava.ui with parameters of type GlobalModelListener.SaveReason | |
void |
MainFrame.ModelListener.saveAllBeforeProceeding(GlobalModelListener.SaveReason reason)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |