Package | Description |
---|---|
edu.wisc.ssec.mcidasv.startupmanager.options |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOption |
class |
BooleanOption |
class |
DirectoryOption
Represents a startup option that should be selected from the contents of a
given directory.
|
class |
FileOption
Represents a file selection.
|
class |
LoggerLevelOption
Representation of a choice allowing the user to select the global McIDAS-V
logging level.
|
class |
MemoryOption |
class |
SliderOption |
class |
TextOption |
Modifier and Type | Field and Description |
---|---|
private Map<String,? extends Option> |
OptionMaster.optionMap
Maps an option ID to the corresponding object.
|
Modifier and Type | Method and Description |
---|---|
private 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()
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)
|
List<Option> |
OptionMaster.optionsByVisibility(Collection<OptionMaster.Visibility> visibilities)
Returns the
Options that match the given levels of
visibility . |