Class SpecificClassOption
java.lang.Object
repast.simphony.dataLoader.ui.wizard.SpecificClassOption
- All Implemented Interfaces:
DataLoaderWizardOption
,WizardOption
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateBuilder
(ContextBuilder baseLoader) The description of the option.getTitle()
The text to be shown in the option select's list (or equivalent)org.pietschy.wizard.models.SimplePath
The path this wizard option represents.void
init
(org.java.plugin.PluginManager manager) Called when the option is first loaded.void
reset()
-
Constructor Details
-
SpecificClassOption
public SpecificClassOption()
-
-
Method Details
-
getDescription
Description copied from interface:WizardOption
The description of the option.- Specified by:
getDescription
in interfaceWizardOption
- Returns:
- the option's description
-
getTitle
Description copied from interface:WizardOption
The text to be shown in the option select's list (or equivalent)- Specified by:
getTitle
in interfaceWizardOption
- Returns:
- the option's title
-
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
-
reset
public void reset() -
init
public void init(org.java.plugin.PluginManager manager) Description copied from interface:WizardOption
Called when the option is first loaded.- Specified by:
init
in interfaceWizardOption
-