Uses of Class
ucar.unidata.ui.ChooserPanel

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

Uses of ChooserPanel in ucar.unidata.idv.chooser
 

Subclasses of ChooserPanel 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 IdvChooser
          This is the base class of all Chooser classes.
 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.
 

Methods in ucar.unidata.idv.chooser with parameters of type ChooserPanel
protected  void IdvChooser.initChooserPanel(ChooserPanel chooserPanel)
          Initialize the given panel.
 

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

Subclasses of ChooserPanel 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 ChooserPanel in ucar.unidata.view.sounding
 

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