Uses of Interface
edu.wisc.ssec.mcidasv.startupmanager.options.Option

Packages that use Option
edu.wisc.ssec.mcidasv.startupmanager.options   
 

Uses of Option in edu.wisc.ssec.mcidasv.startupmanager.options
 

Classes in edu.wisc.ssec.mcidasv.startupmanager.options that implement Option
 class AbstractOption
           
 class BooleanOption
           
 class DirectoryOption
           
 class LoggerLevelOption
          Representation of a choice allowing the user to select the global McIDAS-V logging level.
 class MemoryOption
           
 class SliderOption
           
 class TextOption
           
 

Fields in edu.wisc.ssec.mcidasv.startupmanager.options with type parameters of type Option
private  Map<String,? extends Option> OptionMaster.optionMap
          Maps an option ID to the corresponding object.
 

Methods in edu.wisc.ssec.mcidasv.startupmanager.options that return Option
private  Option OptionMaster.getOption(String id)
          Returns the Option mapped to id.
 

Methods in edu.wisc.ssec.mcidasv.startupmanager.options that return types with arguments of type Option
private  Map<String,Option> OptionMaster.buildOptions(Object[][] options)
          Creates the specified options and returns a mapping of the option ID to the actual Option object.
 Collection<Option> OptionMaster.getAllOptions()
          Returns all the available startup manager options.
 List<Option> OptionMaster.optionsByPlatform(Collection<OptionMaster.OptionPlatform> platforms)
          Returns the Options applicable to the given OptionPlatforms.
 List<Option> OptionMaster.optionsByType(Collection<OptionMaster.Type> types)
          Returns the Options that match the given Types.
 List<Option> OptionMaster.optionsByVisibility(Collection<OptionMaster.Visibility> visibilities)
          Returns the Options that match the given levels of visibility.