|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Step for a wizard. This wizard step is stored inside a WizardStepModel. It gives informations about the wizard properties and order.
JWizard| Method Summary | |
boolean |
canStart(WizardStepContext context)
Called before the wizard step is started. |
javax.swing.Icon |
getLargeIcon()
|
java.lang.String |
getLongTitle()
|
java.lang.String |
getName()
|
java.lang.String |
getShortTitle()
|
javax.swing.Icon |
getSmallIcon()
|
StepView |
getStepView()
This is the user interface part for the wizard step |
boolean |
isEnabled()
|
boolean |
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 java.lang.String getName()
public java.lang.String getShortTitle()
public java.lang.String getLongTitle()
public StepView getStepView()
public javax.swing.Icon getSmallIcon()
public javax.swing.Icon getLargeIcon()
public boolean isEnabled()
true if the wizard step is accessiblepublic boolean canStart(WizardStepContext context)
false then the
step will be canceled and the wizard will stay to the current one
context - The wizard step context
true to start really the step or false to stay on the current onepublic boolean start(WizardStepContext context)
getView method
context - Information about the wizard step
true when it accept to be started else the current wizard step will be skippedpublic void stop(WizardStepContext context)
context - Information about the wizard step
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||