Uses of Class
ucar.unidata.util.PreferenceList
Packages that use PreferenceList
Package
Description
Choosers for the IDV.
Provides support for aerological diagrams.
-
Uses of PreferenceList in ucar.unidata.idv.chooser
Methods in ucar.unidata.idv.chooser that return PreferenceListModifier and TypeMethodDescriptionIdvChooser.getPreferenceList
(String listProp) Find thePreferenceList
associated with the given property.IdvChooser.getPreferenceList
(String listProp, boolean mergeTheIdvProperty) Find thePreferenceList
associated with the given property.IdvChooser.getPreferenceList
(String listProp, boolean mergeTheIdvProperty, String butNotThisOne) Find thePreferenceList
associated with the given listProp.IdvChooser.getPreferenceList
(String listProp, boolean mergeTheIdvProperty, List butNotThese) Find thePreferenceList
associated with the given listProp. -
Uses of PreferenceList in ucar.unidata.view.sounding
Constructors in ucar.unidata.view.sounding with parameters of type PreferenceListModifierConstructorDescriptionSoundingSelector
(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 valueSoundingSelector
(IdvChooser idvChooser, PreferenceList servers, String directoryName, 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 serverSoundingSelector
(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 valueSoundingSelector
(PreferenceList servers, String directoryName, 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 valueSoundingSelector
(PreferenceList servers, String directoryName, String serverName, boolean forServer, boolean multipleSelect) Construct an object for selecting sounding files starting at the specified directory.