Uses of Class
edu.wisc.ssec.mcidasv.startupmanager.options.OptionMaster.OptionPlatform

Packages that use OptionMaster.OptionPlatform
edu.wisc.ssec.mcidasv.startupmanager.options   
 

Uses of OptionMaster.OptionPlatform in edu.wisc.ssec.mcidasv.startupmanager.options
 

Fields in edu.wisc.ssec.mcidasv.startupmanager.options declared as OptionMaster.OptionPlatform
private  OptionMaster.OptionPlatform AbstractOption.optionPlatform
           
 

Methods in edu.wisc.ssec.mcidasv.startupmanager.options that return OptionMaster.OptionPlatform
protected  OptionMaster.OptionPlatform OptionMaster.convertToOptionPlatform()
          Converts a OptionMaster.OptionPlatform to its corresponding OptionMaster.OptionPlatform type.
 OptionMaster.OptionPlatform Option.getOptionPlatform()
           
 OptionMaster.OptionPlatform AbstractOption.getOptionPlatform()
          Returns the platform(s) to which this option applies.
static OptionMaster.OptionPlatform OptionMaster.OptionPlatform.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OptionMaster.OptionPlatform[] OptionMaster.OptionPlatform.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Method parameters in edu.wisc.ssec.mcidasv.startupmanager.options with type arguments of type OptionMaster.OptionPlatform
 List<Option> OptionMaster.optionsByPlatform(Collection<OptionMaster.OptionPlatform> platforms)
          Returns the Options applicable to the given OptionPlatforms.
 

Constructors in edu.wisc.ssec.mcidasv.startupmanager.options with parameters of type OptionMaster.OptionPlatform
AbstractOption(String id, String label, OptionMaster.Type optionType, OptionMaster.OptionPlatform optionPlatform, OptionMaster.Visibility optionVisibility)
          Creates an option that can hold a specified sort of data and that applies to a given platform.
BooleanOption(String id, String label, String defaultValue, OptionMaster.OptionPlatform optionPlatform, OptionMaster.Visibility optionVisibility)
           
DirectoryOption(String id, String label, String defaultValue, OptionMaster.OptionPlatform optionPlatform, OptionMaster.Visibility optionVisibility)
           
LoggerLevelOption(String id, String label, String defaultValue, OptionMaster.OptionPlatform optionPlatform, OptionMaster.Visibility optionVisibility)
          Create a startup option that allows the user to manipulate the global McIDAS-V logging level.
MemoryOption(String id, String label, String defaultValue, OptionMaster.OptionPlatform optionPlatform, OptionMaster.Visibility optionVisibility)
           
SliderOption(String id, String label, String defaultValue, OptionMaster.OptionPlatform optionPlatform, OptionMaster.Visibility optionVisibility)
           
TextOption(String id, String label, String defaultValue, OptionMaster.OptionPlatform optionPlatform, OptionMaster.Visibility optionVisibility)