Package repast.simphony.util.wizard
Interface WizardOption
- All Known Subinterfaces:
DataLoaderWizardOption,FreezeDryWizardOption
- All Known Implementing Classes:
AbstractWizardOption,ContextXMLDataLoaderOption,DelimitedFileDataLoaderOption,DelimitedFileOption,GraphicalBuilderOption,JDBCDataLoaderOption,JDBCFreezerOption,MIContextXMLDataLoaderOption,SpecificClassOption,XMLFileOption,XMLLoaderOption
public interface WizardOption
This represents an option in a wizard.
- Author:
- Jerry Vos
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionThe 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.
-
Method Details
-
getDescription
String getDescription()The description of the option.- Returns:
- the option's description
-
getTitle
String getTitle()The text to be shown in the option select's list (or equivalent)- Returns:
- the option's title
-
getWizardPath
org.pietschy.wizard.models.SimplePath getWizardPath()The path this wizard option represents.- Returns:
- the option's path
-
init
void init(org.java.plugin.PluginManager manager) Called when the option is first loaded.- Parameters:
manager-
-