Package | Description |
---|---|
edu.wisc.ssec.mcidasv.startupmanager.options |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOption |
class |
BooleanOption |
class |
DirectoryOption |
class |
MemoryOption |
class |
SliderOption |
class |
TextOption |
Modifier and Type | Field and Description |
---|---|
private Map<String,Option> |
OptionMaster.optionMap
Maps an option ID to the corresponding object.
|
Modifier and Type | Method and Description |
---|---|
Option |
OptionMaster.getOption(String id)
Returns the
Option mapped to id . |
Modifier and Type | Method and Description |
---|---|
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() |
Collection<Option> |
OptionMaster.optionsByPlatform(Set<OptionMaster.OptionPlatform> platforms) |
Collection<Option> |
OptionMaster.optionsByType(Set<OptionMaster.Type> types) |
Collection<Option> |
OptionMaster.optionsByVisibility(Set<OptionMaster.Visibility> visibilities) |