Class XMLLoaderOption
java.lang.Object
repast.simphony.dataLoader.ui.wizard.XMLLoaderOption
- All Implemented Interfaces:
- DataLoaderWizardOption,- WizardOption
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
XMLLoaderOptionpublic XMLLoaderOption()
 
- 
- 
Method Details- 
getDescriptionDescription copied from interface:WizardOptionThe description of the option.- Specified by:
- getDescriptionin interface- WizardOption
- Returns:
- the option's description
 
- 
getTitleDescription copied from interface:WizardOptionThe text to be shown in the option select's list (or equivalent)- Specified by:
- getTitlein interface- WizardOption
- Returns:
- the option's title
 
- 
getWizardPathpublic org.pietschy.wizard.models.SimplePath getWizardPath()Description copied from interface:WizardOptionThe path this wizard option represents.- Specified by:
- getWizardPathin interface- WizardOption
- Returns:
- the option's path
 
- 
createBuilder- Specified by:
- createBuilderin interface- DataLoaderWizardOption
 
- 
resetpublic void reset()
- 
initpublic void init(org.java.plugin.PluginManager manager) Description copied from interface:WizardOptionCalled when the option is first loaded.- Specified by:
- initin interface- WizardOption
 
 
-