Uses of Class
ucar.unidata.data.CompositeDataChoice

Packages that use CompositeDataChoice
ucar.unidata.data The data package. 
ucar.unidata.data.gis DataSource classes and utilities for GIS-like data. 
ucar.unidata.data.imagery DataSource classes and utilities for imagery (e.g., satellite, Level III radar) data. 
ucar.unidata.idv.control DisplayControls for the IDV - A DisplayControl generally has a data depiction and a control window for modifying or interacting with the display. 
ucar.unidata.idv.ui User Interface (UI) classes for the IDV 
 

Uses of CompositeDataChoice in ucar.unidata.data
 

Methods in ucar.unidata.data with parameters of type CompositeDataChoice
 void DataSource.expandIfNeeded(CompositeDataChoice cdc)
          Gets called by the DataSelection tree gui when a CompositeDataChoice is first opened.
 void DataSourceImpl.expandIfNeeded(CompositeDataChoice cdc)
          Gets called by the DataSelection tree gui when a CompositeDataChoice is first opened.
 List DataSource.getCompositeDataChoices(CompositeDataChoice compositeDataChoice, List dataChoices)
          Utility to update the children data choices
 List DataSourceImpl.getCompositeDataChoices(CompositeDataChoice compositeDataChoice, List dataChoices)
          This is called by the composite data choice to update the list of children.
 

Constructors in ucar.unidata.data with parameters of type CompositeDataChoice
CompositeDataChoice(CompositeDataChoice other)
          Create a CompositeDataChoices from another composite.
 

Uses of CompositeDataChoice in ucar.unidata.data.gis
 

Methods in ucar.unidata.data.gis with parameters of type CompositeDataChoice
 void KmlDataSource.expandIfNeeded(CompositeDataChoice parent)
          Expand the data choice if its a networklink
 

Uses of CompositeDataChoice in ucar.unidata.data.imagery
 

Methods in ucar.unidata.data.imagery with parameters of type CompositeDataChoice
 List ImageDataSource.getCompositeDataChoices(CompositeDataChoice compositeDataChoice, List dataChoices)
          This is used when we are unbundled and we may have different times than when we were saved.
protected  void ImageXmlDataSource.recurseXml(Element root, CompositeDataChoice cdc)
          Process the xml
 

Uses of CompositeDataChoice in ucar.unidata.idv.control
 

Fields in ucar.unidata.idv.control declared as CompositeDataChoice
protected  CompositeDataChoice WindTimeHeightControl.compositeDataChoice
          data choice
 

Uses of CompositeDataChoice in ucar.unidata.idv.ui
 

Methods in ucar.unidata.idv.ui with parameters of type CompositeDataChoice
protected  void DataTree.createSubtree(CompositeDataChoice choice, DataTreeNode treeNode)
          Recurse down the CompositeDataChoice hierarhcy of DataChoice-s, creating the JTree tree.