Class DataLoaderWizardModel
java.lang.Object
org.pietschy.wizard.AbstractWizardModel
org.pietschy.wizard.models.MultiPathModel
repast.simphony.util.wizard.DynamicWizardModel<DataLoaderWizardOption>
repast.simphony.dataLoader.ui.wizard.DataLoaderWizardModel
- All Implemented Interfaces:
EventListener
,org.pietschy.wizard.WizardListener
,org.pietschy.wizard.WizardModel
-
Field Summary
Fields inherited from class repast.simphony.util.wizard.DynamicWizardModel
contextID, scenario
-
Constructor Summary
ConstructorDescriptionDataLoaderWizardModel
(org.pietschy.wizard.models.Path path, Scenario scenario, Object contextID) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setAction
(DataLoaderControllerAction action) void
wizardCancelled
(org.pietschy.wizard.WizardEvent arg0) void
wizardClosed
(org.pietschy.wizard.WizardEvent arg0) Methods inherited from class repast.simphony.util.wizard.DynamicWizardModel
getChosenOption, getContextID, getScenario, setChosenOption
Methods inherited from class org.pietschy.wizard.models.MultiPathModel
allStepsComplete, getFirstPath, getLastPath, getPathForStep, isLastStep, lastStep, nextStep, previousStep, refreshModelState, reset, stepIterator
Methods inherited from class org.pietschy.wizard.AbstractWizardModel
addCompleteListener, addPropertyChangeListener, addPropertyChangeListener, getActiveStep, isLastAvailable, isLastVisible, isNextAvailable, isPreviousAvailable, removePropertyChangeListener, removePropertyChangeListener, setActiveStep, setCancelAvailable, setLastAvailable, setLastVisible, setNextAvailable, setPreviousAvailable
-
Constructor Details
-
DataLoaderWizardModel
-
-
Method Details
-
getBuilder
-
wizardCancelled
public void wizardCancelled(org.pietschy.wizard.WizardEvent arg0) - Specified by:
wizardCancelled
in interfaceorg.pietschy.wizard.WizardListener
- Overrides:
wizardCancelled
in classDynamicWizardModel<DataLoaderWizardOption>
-
wizardClosed
public void wizardClosed(org.pietschy.wizard.WizardEvent arg0) - Specified by:
wizardClosed
in interfaceorg.pietschy.wizard.WizardListener
- Overrides:
wizardClosed
in classDynamicWizardModel<DataLoaderWizardOption>
-
getAction
-
setAction
-