Uses of Class
ucar.unidata.idv.chooser.IdvChooser

Packages that use IdvChooser
ucar.unidata.idv.chooser Choosers for the IDV. 
ucar.unidata.idv.chooser.adde   
ucar.unidata.view.sounding Provides support for aerological diagrams. 
 

Uses of IdvChooser in ucar.unidata.idv.chooser
 

Subclasses of IdvChooser in ucar.unidata.idv.chooser
 class BundleChooser
          A chooser that shows the SavedBundles from the bundles.xml
 class DqcRadarChooser
          A chooser for the DQC radar collection
 class FileChooser
          This provides a JFileChooser for choosing data sets from the file system.
 class FrontChooser
          A chooser for adde front products
 class ImageChooser
          Deprecated. use AddeImageChooser directly
 class Level2RadarChooser
          A chooser for Level II NEXRAD data.
 class LightningChooser
          Deprecated. Use AddeLightningDataChooser
 class McidasImageChooser
          This is a wrapper around VisAD's ADDE image chooser
 class MesoWestChooser
          Allows the user to select a url as a data source
 class PointChooser
          Deprecated. Use AddePointDataChooser directly
 class PollingFileChooser
          A class for choosing files that can be polled.
 class ProfilerChooser
          Deprecated. Use AddeProfilerDataChooser
 class RadarChooser
          Deprecated. Use AddeRadarChooser directly
 class RaobChooser
          A chooser class for selecting Raob data.
 class RaobPointChooser
          Deprecated. Use AddeRaobPointDataChooser
 class SkeletonChooser
          Bare bones chooser.
 class TDSPointObsChooser
          Chooser for TDS remote point obs collections
 class TDSRadarChooser
          Class for choosing radar data from a THREDDS Radar Server
 class TDSRadarChooser1
          Created by IntelliJ IDEA.
 class TimesChooser
           
 class UrlChooser
          Allows the user to select a url as a data source
 class XmlChooser
          This handles a variety of flavors of xml documents (e.g., thredds query capability, thredds catalogs, idv menus) to create data choosers from.
 

Fields in ucar.unidata.idv.chooser declared as IdvChooser
protected  IdvChooser ChooserRunnable.chooser
          Reference to the chooser that is using me_
 

Constructors in ucar.unidata.idv.chooser with parameters of type IdvChooser
ChooserRunnable(IdvChooser chooser)
          Create the object
 

Uses of IdvChooser in ucar.unidata.idv.chooser.adde
 

Subclasses of IdvChooser in ucar.unidata.idv.chooser.adde
 class AddeChooser
           
 class AddeFrontChooser
          A chooser for adde front products
 class AddeImageChooser
          Widget to select images from a remote ADDE server Displays a list of the descriptors (names) of the image datasets available for a particular ADDE group on the remote server.
 class AddeLightningDataChooser
          Selection widget for ADDE point data
 class AddePointDataChooser
          Selection widget for ADDE point data
 class AddeProfilerDataChooser
          Selection widget for specifing data sources of NOAA National Profiler Network data.
 class AddeRadarChooser
          Widget to select NEXRAD radar images from a remote ADDE server Displays a list of the descriptors (names) of the radar datasets available for a particular ADDE group on the remote server.
 class AddeRaobPointDataChooser
          Selection widget for ADDE point data
 

Uses of IdvChooser in ucar.unidata.view.sounding
 

Subclasses of IdvChooser in ucar.unidata.view.sounding
 class SoundingSelector
          This is the class that can be used for selecting soundings from a upperair netCDF data file.
 

Constructors in ucar.unidata.view.sounding with parameters of type IdvChooser
SoundingSelector(IdvChooser idvChooser, IdvChooserManager mgr, Element chooserNode)
          Create a new SoundingSelector associated with the resources
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, String directoryName, String serverName, boolean forServer, boolean multipleSelect)
          Construct an object for selecting sounding files starting at the specified directory.