Class WizardSupport.BranchingWizard

java.lang.Object
org.netbeans.spi.wizard.WizardBranchController
VASSAL.build.module.WizardSupport.BranchingWizard
Enclosing class:
WizardSupport

public static class WizardSupport.BranchingWizard extends org.netbeans.spi.wizard.WizardBranchController
Branches the wizard by forwarding to the Wizard stored in the wizard settings under a specified key
  • Constructor Details

    • BranchingWizard

      public BranchingWizard(org.netbeans.spi.wizard.WizardPanelProvider base, String key)
  • Method Details

    • getPanelProviderForStep

      protected org.netbeans.spi.wizard.WizardPanelProvider getPanelProviderForStep(String step, Map settings)
      Overrides:
      getPanelProviderForStep in class org.netbeans.spi.wizard.WizardBranchController
    • getWizardForStep

      protected org.netbeans.spi.wizard.Wizard getWizardForStep(String step, Map settings)
      Overrides:
      getWizardForStep in class org.netbeans.spi.wizard.WizardBranchController