|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
protected static interface FillNewElementWizardProvider.WizardStep
Represents one step in wizard.
Method Summary | |
---|---|
Element |
getContextElement()
Returns element where this step creates contents. |
IWizard |
getWizard()
Returns wizard that allows user to enter data required for this step to be finished succesfully. |
boolean |
hasNextSteps()
Checks whether moveToNextStep() will return non-empty
list. |
List<FillNewElementWizardProvider.AbstractStepFactory> |
moveToNextStep()
Finishes this step and moves to the next step. |
void |
rollbackFromNextStep()
May be called after call to moveToNextStep() if user
wishes to rollback next step and return to this one. |
Method Detail |
---|
IWizard getWizard()
Element getContextElement()
boolean hasNextSteps()
moveToNextStep()
will return non-empty
list. It does not finish this step. May be called multiple times.
getWizard().canFinish()
is granted to be
true
, and getWizard()
has already been
invoked.
true
if there are still more steps.List<FillNewElementWizardProvider.AbstractStepFactory> moveToNextStep()
getWizard().canFinish()
is granted to be
true
, and getWizard()
has already been
invoked.
null
.void rollbackFromNextStep()
moveToNextStep()
if user
wishes to rollback next step and return to this one.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |