Class DynamicWizard

java.lang.Object
repast.simphony.util.wizard.DynamicWizard
All Implemented Interfaces:
EventListener, org.pietschy.wizard.WizardListener

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

    • 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 Details

    • showDialog

      public void showDialog(Component component, String title)
    • getModel

      public DynamicWizardModel getModel()
    • registerWizardOption

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

      public static Collection<WizardOption> getWizardOptions(String wizardId)
    • 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()