Uses of Class
ucar.unidata.util.PropertyValue

Packages that use PropertyValue
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. 
 

Uses of PropertyValue in ucar.unidata.idv.control
 

Methods in ucar.unidata.idv.control that return types with arguments of type PropertyValue
 List<PropertyValue> DisplaySettingsDialog.getPropertyValues()
          Get the property values
 List<PropertyValue> DisplaySetting.getPropertyValues()
          Get the PropertyValues property.
 

Method parameters in ucar.unidata.idv.control with type arguments of type PropertyValue
static void DisplaySetting.doSave(IntegratedDataViewer idv, JDialog dialog, List<PropertyValue> propList, DisplayControlImpl display)
          Save the display settings
 void DisplaySetting.setPropertyValues(List<PropertyValue> value)
          Set the PropertyValues property.
 

Constructors in ucar.unidata.idv.control with parameters of type PropertyValue
DisplaySettingsDialog.PropertyValueWrapper(PropertyValue propertyValue)
          ctor
DisplaySettingsDialog.PropertyValueWrapper(PropertyValue propertyValue, boolean cbxValue)
          ctor
 

Constructor parameters in ucar.unidata.idv.control with type arguments of type PropertyValue
DisplaySetting(String name, List<PropertyValue> propertyValues)
          ctor
 

Uses of PropertyValue in ucar.unidata.util
 

Constructors in ucar.unidata.util with parameters of type PropertyValue
PropertyValue(PropertyValue that)
          copy ctor