| |
|
| java.lang.Object org.pietschy.wizard.AbstractWizardModel org.pietschy.wizard.models.StaticModel
StaticModel | public StaticModel()(Code) | | |
allStepsComplete | public boolean allStepsComplete()(Code) | | Returns true if all the steps in the wizard return true from
WizardStep.isComplete . This is primarily used to determine if the last button
can be enabled.
true if all the steps in the wizard are complete, false otherwise. |
getOverviewComponent | public JComponent getOverviewComponent()(Code) | | Returns an JComponent that will serve as an overview for this wizard. The overview can be
disabled by calling
Wizard.setOverviewVisible with a value of false.
a component that provides an overview of this wizard and its current state. |
lastStep | public void lastStep()(Code) | | |
nextStep | public void nextStep()(Code) | | |
previousStep | public void previousStep()(Code) | | |
refreshModelState | public void refreshModelState()(Code) | | This method is invoked after the current step has been changed to update the state
of the model.
|
reset | public void reset()(Code) | | Resest this model. This method rewinds to the first step in the wizard.
|
|
|
|