Package repast.simphony.util.wizard
Class AbstractWizardOption
java.lang.Object
repast.simphony.util.wizard.AbstractWizardOption
- All Implemented Interfaces:
WizardOption
- Direct Known Subclasses:
ContextXMLDataLoaderOption,DelimitedFileDataLoaderOption,DelimitedFileOption,GraphicalBuilderOption,JDBCDataLoaderOption,JDBCFreezerOption,MIContextXMLDataLoaderOption,XMLFileOption
-
Field Details
-
description
-
title
-
-
Constructor Details
-
AbstractWizardOption
-
-
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
-
init
public void init(org.java.plugin.PluginManager manager) Description copied from interface:WizardOptionCalled when the option is first loaded.- Specified by:
initin interfaceWizardOption
-