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 TypeClassDescriptionclassclassfinal classRepresents a startup option that should be selected from the contents of a given directory.final classRepresents a file selection.classRepresentation of a choice allowing the user to select the global McIDAS-V logging level.classclassclassFields in edu.wisc.ssec.mcidasv.startupmanager.options with type parameters of type OptionModifier and TypeFieldDescriptionOptionMaster.optionMapMaps 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 actualOptionobject.OptionMaster.getAllOptions()Returns all the available startup manager options.OptionMaster.optionsByPlatform(Collection<OptionMaster.OptionPlatform> platforms) Returns theOptionsapplicable to the givenOptionPlatforms.OptionMaster.optionsByType(Collection<OptionMaster.Type> types) OptionMaster.optionsByVisibility(Collection<OptionMaster.Visibility> visibilities) Returns theOptionsthat match the given levels ofvisibility.