Package repast.simphony.freezedry.wizard
Class DelimitedFileOption
java.lang.Object
repast.simphony.util.wizard.AbstractWizardOption
repast.simphony.freezedry.wizard.DelimitedFileOption
- All Implemented Interfaces:
FreezeDryWizardOption
,WizardOption
-
Field Summary
Fields inherited from class repast.simphony.util.wizard.AbstractWizardOption
description, title
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateAction
(FreezeDryWizardModel model, DataSourceBuilder builder) createDataSourceBuilder
(FreezeDryedDataSource oldDataSource) static org.pietschy.wizard.models.SimplePath
getPath()
org.pietschy.wizard.models.SimplePath
The path this wizard option represents.static void
Methods inherited from class repast.simphony.util.wizard.AbstractWizardOption
getDescription, getTitle, init
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface repast.simphony.util.wizard.WizardOption
getDescription, getTitle, init
-
Constructor Details
-
DelimitedFileOption
public DelimitedFileOption()
-
-
Method Details
-
createDataSourceBuilder
- Specified by:
createDataSourceBuilder
in interfaceFreezeDryWizardOption
-
getPath
public static org.pietschy.wizard.models.SimplePath getPath() -
getWizardPath
public org.pietschy.wizard.models.SimplePath getWizardPath()Description copied from interface:WizardOption
The path this wizard option represents.- Specified by:
getWizardPath
in interfaceWizardOption
- Returns:
- the option's path
-
createAction
public ControllerActionBuilder<FreezerControllerAction> createAction(FreezeDryWizardModel model, DataSourceBuilder builder) - Specified by:
createAction
in interfaceFreezeDryWizardOption
-
main
-