Class GraphicalBuilderOption
java.lang.Object
repast.simphony.util.wizard.AbstractWizardOption
repast.simphony.dataLoader.ui.wizard.builder.GraphicalBuilderOption
- All Implemented Interfaces:
DataLoaderWizardOption
,WizardOption
-
Field Summary
Fields inherited from class repast.simphony.util.wizard.AbstractWizardOption
description, title
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateBuilder
(ContextBuilder baseLoader) org.pietschy.wizard.models.SimplePath
The path this wizard option represents.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
-
GraphicalBuilderOption
public GraphicalBuilderOption()
-
-
Method Details
-
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
-
createBuilder
- Specified by:
createBuilder
in interfaceDataLoaderWizardOption
-