Uses of Enum Class
edu.wisc.ssec.mcidasv.startupmanager.options.OptionMaster.Visibility
Packages that use OptionMaster.Visibility
-
Uses of OptionMaster.Visibility in edu.wisc.ssec.mcidasv.startupmanager.options
Fields in edu.wisc.ssec.mcidasv.startupmanager.options declared as OptionMaster.VisibilityModifier and TypeFieldDescriptionprivate final OptionMaster.Visibility
AbstractOption.optionVisibility
Methods in edu.wisc.ssec.mcidasv.startupmanager.options that return OptionMaster.VisibilityModifier and TypeMethodDescriptionAbstractOption.getOptionVisibility()
Returns whether or not this option represents a visible UI element.Option.getOptionVisibility()
static OptionMaster.Visibility
Returns the enum constant of this class with the specified name.static OptionMaster.Visibility[]
OptionMaster.Visibility.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.VisibilityModifier and TypeMethodDescriptionOptionMaster.optionsByVisibility
(Collection<OptionMaster.Visibility> visibilities) Returns theOptions
that match the given levels ofvisibility
.Constructors in edu.wisc.ssec.mcidasv.startupmanager.options with parameters of type OptionMaster.VisibilityModifierConstructorDescriptionAbstractOption
(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.