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:WizardOption
The description of the option.- Specified by:
getDescription
in interfaceWizardOption
- Returns:
- the option's description
-
getTitle
Description copied from interface:WizardOption
The text to be shown in the option select's list (or equivalent)- Specified by:
getTitle
in interfaceWizardOption
- Returns:
- the option's title
-
init
public void init(org.java.plugin.PluginManager manager) Description copied from interface:WizardOption
Called when the option is first loaded.- Specified by:
init
in interfaceWizardOption
-