Class AbstractWizardOption

    • Field Detail

      • description

        protected String description
      • title

        protected String title
    • Constructor Detail

      • AbstractWizardOption

        public AbstractWizardOption​(String title,
                                    String description)
    • Method Detail

      • 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