Class XMLLoaderOption
java.lang.Object
repast.simphony.dataLoader.ui.wizard.XMLLoaderOption
- All Implemented Interfaces:
DataLoaderWizardOption,WizardOption
-
Constructor Summary
Constructors -
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.SimplePathThe path this wizard option represents.voidinit(org.java.plugin.PluginManager manager) Called when the option is first loaded.voidreset()
-
Constructor Details
-
XMLLoaderOption
public XMLLoaderOption()
-
-
Method Details
-
getDescription
Description copied from interface:WizardOptionThe description of the option.- Specified by:
getDescriptionin interfaceWizardOption- Returns:
- the option's description
-
getTitle
Description copied from interface:WizardOptionThe text to be shown in the option select's list (or equivalent)- Specified by:
getTitlein interfaceWizardOption- Returns:
- the option's title
-
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
-
createBuilder
- Specified by:
createBuilderin interfaceDataLoaderWizardOption
-
reset
public void reset() -
init
public void init(org.java.plugin.PluginManager manager) Description copied from interface:WizardOptionCalled when the option is first loaded.- Specified by:
initin interfaceWizardOption
-