Uses of Interface
edu.wisc.ssec.mcidasv.startupmanager.options.Option
Packages that use Option
-
Uses of Option in edu.wisc.ssec.mcidasv.startupmanager.options
Classes in edu.wisc.ssec.mcidasv.startupmanager.options that implement OptionModifier and TypeClassDescriptionclass
class
final class
Represents a startup option that should be selected from the contents of a given directory.final class
Represents a file selection.class
Representation of a choice allowing the user to select the global McIDAS-V logging level.class
class
class
Fields in edu.wisc.ssec.mcidasv.startupmanager.options with type parameters of type OptionModifier and TypeFieldDescriptionOptionMaster.optionMap
Maps an option ID to the corresponding object.Methods in edu.wisc.ssec.mcidasv.startupmanager.options that return OptionMethods in edu.wisc.ssec.mcidasv.startupmanager.options that return types with arguments of type OptionModifier and TypeMethodDescriptionOptionMaster.buildOptions
(Object[][] options) Creates the specified options and returns a mapping of the option ID to the actualOption
object.OptionMaster.getAllOptions()
Returns all the available startup manager options.OptionMaster.optionsByPlatform
(Collection<OptionMaster.OptionPlatform> platforms) Returns theOptions
applicable to the givenOptionPlatforms
.OptionMaster.optionsByType
(Collection<OptionMaster.Type> types) OptionMaster.optionsByVisibility
(Collection<OptionMaster.Visibility> visibilities) Returns theOptions
that match the given levels ofvisibility
.