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
ConstructorDescriptionDynamicWizard
(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 void
registerWizardOption
(String wizardId, WizardOption option) void
showDialog
(Component component, String title) boolean
void
wizardCancelled
(org.pietschy.wizard.WizardEvent arg0) void
wizardClosed
(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:
wizardClosed
in interfaceorg.pietschy.wizard.WizardListener
-
wizardCancelled
public void wizardCancelled(org.pietschy.wizard.WizardEvent arg0) - Specified by:
wizardCancelled
in interfaceorg.pietschy.wizard.WizardListener
-
wasCancelled
public boolean wasCancelled()
-