java.lang.Object
edu.wisc.ssec.mcidasv.startupmanager.options.AbstractOption
edu.wisc.ssec.mcidasv.startupmanager.options.TextOption
All Implemented Interfaces:
Option

public class TextOption extends AbstractOption
  • Field Details

  • Constructor Details

    • TextOption

      public TextOption(String id, String label, String defaultValue, OptionMaster.OptionPlatform optionPlatform, OptionMaster.Visibility optionVisibility)
      Create a startup option that allows the user to supply arbitrary text.

      NOTE: null is not a permitted value for any of this constructor's parameters.

      Parameters:
      id - Identifier for this startup option.
      label - Brief description suitable for a GUI label.
      defaultValue - Default value for this startup option.
      optionPlatform - Platforms where this option may be applied.
      optionVisibility - Whether or not the option is presented via the GUI.
  • Method Details