Package | Description |
---|---|
ucar.unidata.idv.chooser |
Choosers for the IDV.
|
ucar.unidata.view.sounding |
Provides support for aerological diagrams.
|
Modifier and Type | Method and Description |
---|---|
PreferenceList |
IdvChooser.getPreferenceList(java.lang.String listProp)
Find the
PreferenceList associated
with the given property. |
PreferenceList |
IdvChooser.getPreferenceList(java.lang.String listProp,
boolean mergeTheIdvProperty)
Find the
PreferenceList associated
with the given property. |
PreferenceList |
IdvChooser.getPreferenceList(java.lang.String listProp,
boolean mergeTheIdvProperty,
java.util.List butNotThese)
Find the
PreferenceList associated
with the given listProp. |
PreferenceList |
IdvChooser.getPreferenceList(java.lang.String listProp,
boolean mergeTheIdvProperty,
java.lang.String butNotThisOne)
Find the
PreferenceList associated
with the given listProp. |
Constructor and Description |
---|
SoundingSelector(IdvChooser idvChooser,
PreferenceList servers,
boolean forServer,
boolean multipleSelect)
Construct an object for selecting sounding files starting at
the current directory and from a default ADDE server, set the
multipleSelect flag to the given value
|
SoundingSelector(IdvChooser idvChooser,
PreferenceList servers,
java.lang.String directoryName,
java.lang.String serverName,
boolean forServer,
boolean multipleSelect)
Construct an object for selecting sounding files starting at
the specified directory.
|
SoundingSelector(PreferenceList servers)
Construct an object for selecting sounding files starting at
the current directory and from a default ADDE server
|
SoundingSelector(PreferenceList servers,
boolean forServer,
boolean multipleSelect)
Construct an object for selecting sounding files starting at
the current directory and from a default ADDE server, set the
multipleSelect flag to the given value
|
SoundingSelector(PreferenceList servers,
java.lang.String directoryName,
java.lang.String serverName)
Construct an object for selecting sounding files starting at
the current directory and from a default ADDE server, set the
multipleSelect flag to the given value
|
SoundingSelector(PreferenceList servers,
java.lang.String directoryName,
java.lang.String serverName,
boolean forServer,
boolean multipleSelect)
Construct an object for selecting sounding files starting at
the specified directory.
|