Class DynamicWizard

  • All Implemented Interfaces:
    EventListener, org.pietschy.wizard.WizardListener

    public class DynamicWizard
    extends Object
    implements org.pietschy.wizard.WizardListener
    • Constructor Detail

      • DynamicWizard

        public DynamicWizard​(String wizardId,
                             Scenario scenario,
                             Object contextID,
                             String firstStepTitle,
                             String firstStepPrompt,
                             org.pietschy.wizard.WizardStep finishStep,
                             WizardModelFactory modelFactory,
                             org.pietschy.wizard.WizardStep... firstSteps)
    • Method Detail

      • showDialog

        public void showDialog​(Component component,
                               String title)
      • registerWizardOption

        public static void registerWizardOption​(String wizardId,
                                                WizardOption option)
      • wizardClosed

        public void wizardClosed​(org.pietschy.wizard.WizardEvent arg0)
        Specified by:
        wizardClosed in interface org.pietschy.wizard.WizardListener
      • wizardCancelled

        public void wizardCancelled​(org.pietschy.wizard.WizardEvent arg0)
        Specified by:
        wizardCancelled in interface org.pietschy.wizard.WizardListener
      • wasCancelled

        public boolean wasCancelled()