Package ucar.unidata.idv.chooser

Choosers for the IDV.

See:
          Description

Class Summary
BundleChooser A chooser that shows the SavedBundles from the bundles.xml
ChooserRunnable A no-op class for now but this will provide common facilities to run data loads in threads, cancel the load, etc.
DqcRadarChooser A chooser for the DQC radar collection
FileChooser This provides a JFileChooser for choosing data sets from the file system.
FrontChooser A chooser for adde front products
IdvChooser This is the base class of all Chooser classes.
IdvChooserManager This creates and manages the set of choosers.
ImageChooser Deprecated. use AddeImageChooser directly
Level2RadarChooser A chooser for Level II NEXRAD data.
LightningChooser Deprecated. Use AddeLightningDataChooser
McidasImageChooser This is a wrapper around VisAD's ADDE image chooser
MenuHandler This handles the menu bar xml (from idv/resources/defaultmenu.xml) to include idv commands, etc, into a XmlChooser chooser.
PointChooser Deprecated. Use AddePointDataChooser directly
PollingFileChooser A class for choosing files that can be polled.
ProfilerChooser Deprecated. Use AddeProfilerDataChooser
RadarChooser Deprecated. Use AddeRadarChooser directly
RaobChooser A chooser class for selecting Raob data.
RaobPointChooser Deprecated. Use AddeRaobPointDataChooser
SkeletonChooser Bare bones chooser.
TDSRadarChooser Created by IntelliJ IDEA.
ThreddsHandler This handles the Thredds catalog xml for the XmlChooser.
TimesChooser  
UrlChooser Allows the user to select a url as a data source
WmsHandler This handles capability xml document from web maps servers (WMS).
XmlChooser This handles a variety of flavors of xml documents (e.g., thredds query capability, thredds catalogs, idv menus) to create data choosers from.
XmlChooser.PropertiedAction A holder of a String action and a properties table.
XmlHandler This is an abstract base class for defining different handlers of xml documents for the XmlChooser.
 

Package ucar.unidata.idv.chooser Description

Choosers for the IDV. A Chooser allows the user to select a data source.