|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.japisoft.framework.wizard.BasicStepView
| Constructor Summary | |
BasicStepView(javax.swing.JComponent view)
|
|
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BasicStepView(javax.swing.JComponent view)
| Method Detail |
public javax.swing.JComponent getView()
getView in interface StepViewpublic void start(WizardStepContext context)
StepViewgetView method
start in interface StepViewcontext - Information about the wizard steppublic void stop(WizardStepContext context)
StepView
stop in interface StepViewcontext - Information about the wizard step
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||