Class ContextXMLDataLoaderOption
java.lang.Object
repast.simphony.util.wizard.AbstractWizardOption
repast.simphony.dataLoader.ui.wizard.ContextXMLDataLoaderOption
- All Implemented Interfaces:
- DataLoaderWizardOption,- WizardOption
public class ContextXMLDataLoaderOption
extends AbstractWizardOption
implements DataLoaderWizardOption
- 
Field SummaryFields inherited from class repast.simphony.util.wizard.AbstractWizardOptiondescription, title
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateBuilder(ContextBuilder loader) static org.pietschy.wizard.models.SimplePathgetPath()org.pietschy.wizard.models.SimplePathThe path this wizard option represents.Methods inherited from class repast.simphony.util.wizard.AbstractWizardOptiongetDescription, getTitle, initMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface repast.simphony.util.wizard.WizardOptiongetDescription, getTitle, init
- 
Constructor Details- 
ContextXMLDataLoaderOptionpublic ContextXMLDataLoaderOption()
 
- 
- 
Method Details- 
getPathpublic static org.pietschy.wizard.models.SimplePath getPath()
- 
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
 
 
-