|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectWizardStatus
An enumeration class indicating the status of an ObjectWizard instance (start, continue, finish, cancel).
Field Summary | |
---|---|
static ObjectWizardStatus |
CANCEL
Deprecated. This attribute defines the CANCEL state. |
static ObjectWizardStatus |
CONTINUE
Deprecated. This attribute defines the CONTINUE status of the object wizard. |
static ObjectWizardStatus |
FINISH
Deprecated. This attribute defines the FINISH status. |
static ObjectWizardStatus |
START
Deprecated. This attribute defines the START status of the object wizard. |
Field Detail |
---|
static final ObjectWizardStatus START
static final ObjectWizardStatus CONTINUE
static final ObjectWizardStatus FINISH
static final ObjectWizardStatus CANCEL
It is recommended that any changes that might occur to the metadata tree be committed in the last step of the wizard. CANCEL must revert the metadata tree to what it was before the operation was started and the tool should not have to refresh the tree.
Action
,
ObjectWizardStep.getActions()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |