Uses of Class
ucar.unidata.util.PropertyValue
Packages that use PropertyValue
Package
Description
DisplayControls for the IDV - A DisplayControl generally has a data
depiction and a control window for modifying or interacting with the
display.
General utilities.
-
Uses of PropertyValue in ucar.unidata.idv.control
Methods in ucar.unidata.idv.control that return types with arguments of type PropertyValueModifier and TypeMethodDescriptionDisplaySetting.getPropertyValues()
Get the PropertyValues property.DisplaySettingsDialog.getPropertyValues()
Get the property valuesMethod parameters in ucar.unidata.idv.control with type arguments of type PropertyValueModifier and TypeMethodDescriptionstatic void
DisplaySetting.doSave
(IntegratedDataViewer idv, JDialog dialog, List<PropertyValue> propList, DisplayControlImpl display) Save the display settingsvoid
DisplaySetting.setPropertyValues
(List<PropertyValue> value) Set the PropertyValues property.Constructors in ucar.unidata.idv.control with parameters of type PropertyValueModifierConstructorDescriptionPropertyValueWrapper
(PropertyValue propertyValue) ctorPropertyValueWrapper
(PropertyValue propertyValue, boolean cbxValue) ctorConstructor parameters in ucar.unidata.idv.control with type arguments of type PropertyValueModifierConstructorDescriptionDisplaySetting
(String name, List<PropertyValue> propertyValues) ctor -
Uses of PropertyValue in ucar.unidata.util
Constructors in ucar.unidata.util with parameters of type PropertyValue