|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UIInterface
Interface for the UI. A means for the core component to notify UI that certain actions have been taken. For example file has been loaded
Method Summary | |
---|---|
void |
analyzeModelLoaded()
Core signals user interface that analyzemodel has been loaded |
void |
exportDone()
Core signals user interface that analyze model has been exported |
ProgressBarInterface |
getProgressBar()
Method for getting a new progressbar for showing the current progress status to the user and halting all other usage of the model editor. |
void |
printError(java.lang.String errorMessage)
|
void |
printError(java.lang.String errorMessage,
java.lang.String errorTitle)
Prints error message to the user. |
void |
printWarning(java.lang.String warningMessage)
|
void |
printWarning(java.lang.String warningMessage,
java.lang.String warningTitle)
Prints a warning to the user. |
void |
setControlInterface(ControlInterface a)
Set control interface |
void |
useCaseAdded()
Core signals user interface that usecases have been parsed, ran heuristic on and been added to given analyze model |
void |
useCasesLoaded()
Core signals user interface that usecases have been loaded from file |
Methods inherited from interface ucot.ModulePropertyInterface |
---|
applyProperties, getProperties, loadDefaultProperties, loadProperties, saveProperties, setProperties |
Method Detail |
---|
void exportDone()
void analyzeModelLoaded()
void useCasesLoaded()
void useCaseAdded()
void setControlInterface(ControlInterface a)
a
- control interface (UCOT core)void printError(java.lang.String errorMessage, java.lang.String errorTitle)
errorMessage
- Description of the error.errorTitle
- Title of the dialogvoid printError(java.lang.String errorMessage)
void printWarning(java.lang.String warningMessage, java.lang.String warningTitle)
warningMessage
- Description of the warning.warningTitle
- Title of the dialog.void printWarning(java.lang.String warningMessage)
ProgressBarInterface getProgressBar()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |