Package ucar.unidata.idv.control
Class DisplaySettingsDialog.PropertyValueWrapper
java.lang.Object
ucar.unidata.idv.control.DisplaySettingsDialog.PropertyValueWrapper
- Enclosing class:
DisplaySettingsDialog
Class PropertyValueWrapper utility class
- Version:
- $Revision: 1.13 $
- Author:
- IDV Development Team
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyValueWrapper
(PropertyValue propertyValue) ctorPropertyValueWrapper
(PropertyValue propertyValue, boolean cbxValue) ctor -
Method Summary
Modifier and TypeMethodDescriptionvoid
Change the property valuevoid
Change the valuevoid
Change the valueget the category of this property valueGet the cbxgetName()
Get the namevoid
set label
-
Constructor Details
-
PropertyValueWrapper
ctor- Parameters:
propertyValue
- the value
-
PropertyValueWrapper
ctor- Parameters:
propertyValue
- the valuecbxValue
- is cbx on
-
-
Method Details
-
changeProperty
public void changeProperty()Change the property value -
getCheckbox
Get the cbx- Returns:
- the cbx
-
changeValue
public void changeValue()Change the value -
changeValueTo
Change the value- Parameters:
o
- new value
-
setCheckboxLabel
public void setCheckboxLabel()set label -
getCategory
get the category of this property value- Returns:
- get the category of this property value
-
getName
Get the name- Returns:
- the name
-