Uses of Class
ucar.unidata.data.DerivedDataDescriptor
Packages that use DerivedDataDescriptor
Package
Description
The data package.
The idv package.
User Interface (UI) classes for the IDV
-
Uses of DerivedDataDescriptor in ucar.unidata.data
Methods in ucar.unidata.data that return DerivedDataDescriptorModifier and TypeMethodDescriptionDerivedDataChoice.getDataDescriptor()
Get the DerivedDataDescriptor.Methods in ucar.unidata.data with parameters of type DerivedDataDescriptorModifier and TypeMethodDescriptionvoid
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 DerivedDataDescriptorModifierConstructorDescriptionDerivedDataChoice
(DataContext dataContext, List dataChoices, String desc, DerivedDataDescriptor ddd) The regular constructor from aDerivedDataDescriptor
TODO: Right now the children of a DerivedDataChoice do not refererence their parent.DerivedDataChoice
(DataContext dataContext, DerivedDataDescriptor ddd) This is the constructor used when creating a DDC as an end user formula.Copy constructor.DerivedNeed
(DerivedDataDescriptor ddd, String categories) ctorDerivedNeed
(DerivedDataDescriptor ddd, String groupName, String categories) This is the constructor that takes a parameter group name.DerivedNeed
(DerivedDataDescriptor ddd, List params, String categories) This is the constructor that takes a set of parameters. -
Uses of DerivedDataDescriptor in ucar.unidata.idv
Methods in ucar.unidata.idv with parameters of type DerivedDataDescriptorModifier and TypeMethodDescriptionvoid
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 formulavoid
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 DerivedDataDescriptorModifierConstructorDescriptionFormulaDialog
(IntegratedDataViewer idv, DerivedDataDescriptor ddd, Component src, List categories) Create the dialog.FormulaDialog
(IntegratedDataViewer idv, DerivedDataDescriptor ddd, Component src, List categories, boolean newFormula) Instantiates a new formula dialog.