Package org.cristalise.gui.tabs.outcome
Interface OutcomeHandler
- All Superinterfaces:
Runnable
- All Known Implementing Classes:
BasicOutcomeEditor,CompActDefOutcomeHandler,ElemActDefOutcomeHandler,OutcomePanel,ScriptOutcomeEditor
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetPanel()booleanvoidsaved()voidsetDescription(String description) voidsetOutcome(String outcome) voidsetReadOnly(boolean readOnly)
-
Method Details
-
setOutcome
- Throws:
InvalidOutcomeException
-
setDescription
- Throws:
InvalidSchemaException
-
setReadOnly
void setReadOnly(boolean readOnly) -
getPanel
- Throws:
OutcomeNotInitialisedException
-
isUnsaved
boolean isUnsaved() -
saved
void saved() -
getOutcome
- Throws:
OutcomeException
-
export
- Throws:
Exception
-