public class DisplaySettingsDialog.PropertyValueWrapper
extends java.lang.Object
Constructor and Description |
---|
PropertyValueWrapper(PropertyValue propertyValue)
ctor
|
PropertyValueWrapper(PropertyValue propertyValue,
boolean cbxValue)
ctor
|
Modifier and Type | Method and Description |
---|---|
void |
changeProperty()
Change the property value
|
void |
changeValue()
Change the value
|
void |
changeValueTo(java.lang.Object o)
Change the value
|
java.lang.String |
getCategory()
get the category of this property value
|
javax.swing.JCheckBox |
getCheckbox()
Get the cbx
|
java.lang.String |
getName()
Get the name
|
void |
setCheckboxLabel()
set label
|
public PropertyValueWrapper(PropertyValue propertyValue)
propertyValue
- the valuepublic PropertyValueWrapper(PropertyValue propertyValue, boolean cbxValue)
propertyValue
- the valuecbxValue
- is cbx onpublic void changeProperty()
public javax.swing.JCheckBox getCheckbox()
public void changeValue()
public void changeValueTo(java.lang.Object o)
o
- new valuepublic void setCheckboxLabel()
public java.lang.String getCategory()
public java.lang.String getName()