Package repast.simphony.util.wizard
Class DynamicWizard
java.lang.Object
repast.simphony.util.wizard.DynamicWizard
- All Implemented Interfaces:
EventListener,org.pietschy.wizard.WizardListener
-
Constructor Summary
ConstructorsConstructorDescriptionDynamicWizard(String wizardId, Scenario scenario, Object contextID, String firstStepTitle, String firstStepPrompt, org.pietschy.wizard.WizardStep finishStep, WizardModelFactory modelFactory, org.pietschy.wizard.WizardStep... firstSteps) -
Method Summary
Modifier and TypeMethodDescriptiongetModel()static Collection<WizardOption>getWizardOptions(String wizardId) static voidregisterWizardOption(String wizardId, WizardOption option) voidshowDialog(Component component, String title) booleanvoidwizardCancelled(org.pietschy.wizard.WizardEvent arg0) voidwizardClosed(org.pietschy.wizard.WizardEvent arg0)
-
Constructor Details
-
DynamicWizard
-
-
Method Details
-
showDialog
-
getModel
-
registerWizardOption
-
getWizardOptions
-
wizardClosed
public void wizardClosed(org.pietschy.wizard.WizardEvent arg0) - Specified by:
wizardClosedin interfaceorg.pietschy.wizard.WizardListener
-
wizardCancelled
public void wizardCancelled(org.pietschy.wizard.WizardEvent arg0) - Specified by:
wizardCancelledin interfaceorg.pietschy.wizard.WizardListener
-
wasCancelled
public boolean wasCancelled()
-