net.javaprog.ui.wizard
Interface StepModelCustomizer
- public interface StepModelCustomizer
Enables dynamic step sequences. If you want your WizardModel to be dynamic,
the decisive step should implement this interface. DefaultStepModel then
calls getPendingSteps() and changes the wizard model
accordingly.
|
Method Summary |
Step[] |
getPendingSteps()
Returns the steps that should be taken after the step implementing
this interface. |
getPendingSteps
public Step[] getPendingSteps()
- Returns the steps that should be taken after the step implementing
this interface. This method will be called by DefaultWizardModel.