|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WizardStateMachine
The interface for objects whose responsibility it is to track the user's path through a task wizard.
WizardManager| Modifier and Type | Method and Description |
|---|---|
int |
getNextPage(int currentPage)
Indicates which wizard page should be displayed next. |
void |
setButtonStates(int currentPage)
Sets the state of the buttons on the wizard panel. |
| Method Detail |
|---|
int getNextPage(int currentPage)
WizardManager calls this method
on this object to figure out where to go next.
currentPage - The index of the page that is currently displayed.void setButtonStates(int currentPage)
WizardStateMachine an opportunity to enable/disable
the Back, Next, Cancel, Finish and Help buttons.
currentPage - The index of the newly-displayed page.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||