Package | Description |
---|---|
ucar.unidata.data |
The data package.
|
ucar.unidata.idv |
The idv package.
|
ucar.unidata.idv.ui |
User Interface (UI) classes for the IDV
|
Modifier and Type | Method and Description |
---|---|
DerivedDataDescriptor |
DerivedDataChoice.getDataDescriptor()
Get the DerivedDataDescriptor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
DerivedDataChoice(DataContext dataContext,
DerivedDataDescriptor ddd)
This is the constructor used when creating a DDC as an end user formula.
|
DerivedDataChoice(DataContext dataContext,
java.util.List dataChoices,
java.lang.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,
java.util.List params,
java.lang.String categories)
This is the constructor that takes a set of parameters.
|
DerivedNeed(DerivedDataDescriptor ddd,
java.lang.String categories)
ctor
|
DerivedNeed(DerivedDataDescriptor ddd,
java.lang.String groupName,
java.lang.String categories)
This is the constructor that takes a parameter group name.
|
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
FormulaDialog(IntegratedDataViewer idv,
DerivedDataDescriptor ddd,
java.awt.Component src,
java.util.List categories)
Create the dialog.
|
FormulaDialog(IntegratedDataViewer idv,
DerivedDataDescriptor ddd,
java.awt.Component src,
java.util.List categories,
boolean newFormula)
Instantiates a new formula dialog.
|