Package | Description |
---|---|
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.util |
General utilities.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PropertyValue> |
DisplaySettingsDialog.getPropertyValues()
Get the property values
|
java.util.List<PropertyValue> |
DisplaySetting.getPropertyValues()
Get the PropertyValues property.
|
Modifier and Type | Method and Description |
---|---|
static void |
DisplaySetting.doSave(IntegratedDataViewer idv,
javax.swing.JDialog dialog,
java.util.List<PropertyValue> propList,
DisplayControlImpl display)
Save the display settings
|
void |
DisplaySetting.setPropertyValues(java.util.List<PropertyValue> value)
Set the PropertyValues property.
|
Constructor and Description |
---|
PropertyValueWrapper(PropertyValue propertyValue)
ctor
|
PropertyValueWrapper(PropertyValue propertyValue,
boolean cbxValue)
ctor
|
Constructor and Description |
---|
DisplaySetting(java.lang.String name,
java.util.List<PropertyValue> propertyValues)
ctor
|
Constructor and Description |
---|
PropertyValue(PropertyValue that)
copy ctor
|