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

public abstract class AbstractWizardOption extends Object implements WizardOption
  • Field Details

    • description

      protected String description
    • title

      protected String title
  • Constructor Details

    • AbstractWizardOption

      public AbstractWizardOption(String title, String description)
  • Method Details

    • getDescription

      public String getDescription()
      Description copied from interface: WizardOption
      The description of the option.
      Specified by:
      getDescription in interface WizardOption
      Returns:
      the option's description
    • getTitle

      public String getTitle()
      Description copied from interface: WizardOption
      The text to be shown in the option select's list (or equivalent)
      Specified by:
      getTitle in interface WizardOption
      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 interface WizardOption