|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Here an interface for each JWizard UI part. The start method is here for
initializing the view component and the stop method for getting the view state.
| Method Summary | |
javax.swing.JComponent |
getView()
|
void |
start(WizardStepContext context)
Called when the wizard step is started, so the final user can interact with the view provided by the getView method |
void |
stop(WizardStepContext context)
Called before a new wizard step is started |
| Method Detail |
public void start(WizardStepContext context)
getView method
context - Information about the wizard steppublic void stop(WizardStepContext context)
context - Information about the wizard steppublic javax.swing.JComponent getView()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||