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