public interface OutcomeHandler extends Runnable
| Modifier and Type | Method and Description |
|---|---|
void |
export(File targetFile) |
String |
getOutcome() |
JPanel |
getPanel() |
boolean |
isUnsaved() |
void |
saved() |
void |
setDescription(String description) |
void |
setOutcome(String outcome) |
void |
setReadOnly(boolean readOnly) |
void setOutcome(String outcome) throws InvalidOutcomeException
InvalidOutcomeExceptionvoid setDescription(String description) throws InvalidSchemaException
InvalidSchemaExceptionvoid setReadOnly(boolean readOnly)
JPanel getPanel() throws OutcomeNotInitialisedException
OutcomeNotInitialisedExceptionboolean isUnsaved()
void saved()
String getOutcome() throws OutcomeException
OutcomeExceptionCopyright © 1997–2019 CRISTAL-iSE. All rights reserved.