Uses of Enum Class
edu.wisc.ssec.mcidasv.startupmanager.options.OptionMaster.OptionPlatform
Packages that use OptionMaster.OptionPlatform
-
Uses of OptionMaster.OptionPlatform in edu.wisc.ssec.mcidasv.startupmanager.options
Fields in edu.wisc.ssec.mcidasv.startupmanager.options declared as OptionMaster.OptionPlatformModifier and TypeFieldDescriptionprivate final OptionMaster.OptionPlatform
AbstractOption.optionPlatform
Methods in edu.wisc.ssec.mcidasv.startupmanager.options that return OptionMaster.OptionPlatformModifier and TypeMethodDescriptionprotected OptionMaster.OptionPlatform
OptionMaster.convertToOptionPlatform()
Converts aPlatform
to its correspondingOptionMaster.OptionPlatform
type.AbstractOption.getOptionPlatform()
Returns the platform(s) to which this option applies.Option.getOptionPlatform()
static OptionMaster.OptionPlatform
Returns the enum constant of this class with the specified name.static OptionMaster.OptionPlatform[]
OptionMaster.OptionPlatform.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in edu.wisc.ssec.mcidasv.startupmanager.options with type arguments of type OptionMaster.OptionPlatformModifier and TypeMethodDescriptionOptionMaster.optionsByPlatform
(Collection<OptionMaster.OptionPlatform> platforms) Returns theOptions
applicable to the givenOptionPlatforms
.Constructors in edu.wisc.ssec.mcidasv.startupmanager.options with parameters of type OptionMaster.OptionPlatformModifierConstructorDescriptionAbstractOption
(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) FileOption
(String id, String label, String defaultValue, OptionMaster.OptionPlatform platform, OptionMaster.Visibility visibility) Create a new "file option" that allows the user to select a file.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) Create a startup option that allows the user to supply arbitrary text.