Uses of Class
ucar.unidata.data.DerivedDataDescriptor

Packages that use DerivedDataDescriptor
ucar.unidata.data The data package. 
ucar.unidata.idv The idv package. 
ucar.unidata.idv.ui User Interface (UI) classes for the IDV 
 

Uses of DerivedDataDescriptor in ucar.unidata.data
 

Methods in ucar.unidata.data that return DerivedDataDescriptor
 DerivedDataDescriptor DerivedDataChoice.getDataDescriptor()
          Get the DerivedDataDescriptor.
 

Methods in ucar.unidata.data with parameters of type DerivedDataDescriptor
 void DescriptorDataSource.addDescriptor(DerivedDataDescriptor descriptor)
          Add a new descriptor to the list.
 boolean DescriptorDataSource.contains(DerivedDataDescriptor descriptor)
          See if the descriptor is already in the list.
 void DescriptorDataSource.removeDescriptor(DerivedDataDescriptor descriptor)
          Remove a new descriptor to the list.
 void DerivedDataChoice.setDescriptor(DerivedDataDescriptor value)
          Set the descriptor.
 

Constructors in ucar.unidata.data with parameters of type DerivedDataDescriptor
DerivedDataChoice(DataContext dataContext, DerivedDataDescriptor ddd)
          This is the constructor used when creating a DDC as an end user formula.
DerivedDataChoice(DataContext dataContext, List dataChoices, String desc, DerivedDataDescriptor ddd)
          The regular constructor from a DerivedDataDescriptor TODO: Right now the children of a DerivedDataChoice do not refererence their parent.
DerivedDataDescriptor(DerivedDataDescriptor other)
          Copy constructor.
DerivedNeed(DerivedDataDescriptor ddd, List params, String categories)
          This is the constructor that takes a set of parameters.
DerivedNeed(DerivedDataDescriptor ddd, String categories)
          ctor
DerivedNeed(DerivedDataDescriptor ddd, String groupName, String categories)
          This is the constructor that takes a parameter group name.
 

Uses of DerivedDataDescriptor in ucar.unidata.idv
 

Methods in ucar.unidata.idv with parameters of type DerivedDataDescriptor
 void JythonManager.addFormula(DerivedDataDescriptor ddd)
          Add a formula to the IDV.
 void JythonManager.descriptorChanged(DerivedDataDescriptor ddd)
          Called when a formula data choice has changed (i.e., added, removed or edited.
 void JythonManager.removeFormula(DerivedDataDescriptor ddd)
          remove formula
 void JythonManager.showFormulaDialog(DerivedDataDescriptor descriptor)
          Show formula dialog with the given initial DDD.
 void JythonManager.showFormulaDialog(DerivedDataDescriptor descriptor, boolean isNew)
          show the formula dialog
 

Uses of DerivedDataDescriptor in ucar.unidata.idv.ui
 

Constructors in ucar.unidata.idv.ui with parameters of type DerivedDataDescriptor
FormulaDialog(IntegratedDataViewer idv, DerivedDataDescriptor ddd, Component src, List categories)
          Create the dialog.
FormulaDialog(IntegratedDataViewer idv, DerivedDataDescriptor ddd, Component src, List categories, boolean newFormula)
          _more_