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.
- Author:
- Michael Rudolf
Method Summary |
Step[] |
getPendingSteps()
Returns the steps that should be taken after the step implementing
this interface. |
getPendingSteps
Step[] getPendingSteps()
- Returns the steps that should be taken after the step implementing
this interface. This method will be called by DefaultWizardModel.