ucar.unidata.idv.control
Class DisplaySettingsDialog.PropertyValueWrapper

java.lang.Object
  extended by ucar.unidata.idv.control.DisplaySettingsDialog.PropertyValueWrapper
Enclosing class:
DisplaySettingsDialog

public class DisplaySettingsDialog.PropertyValueWrapper
extends Object

Class PropertyValueWrapper utility class

Version:
$Revision: 1.13 $
Author:
IDV Development Team

Constructor Summary
DisplaySettingsDialog.PropertyValueWrapper(PropertyValue propertyValue)
          ctor
DisplaySettingsDialog.PropertyValueWrapper(PropertyValue propertyValue, boolean cbxValue)
          ctor
 
Method Summary
 void changeProperty()
          Change the property value
 void changeValue()
          Change the value
 void changeValueTo(Object o)
          Change the value
 String getCategory()
          get the category of this property value
 JCheckBox getCheckbox()
          Get the cbx
 String getName()
          Get the name
 void setCheckboxLabel()
          set label
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisplaySettingsDialog.PropertyValueWrapper

public DisplaySettingsDialog.PropertyValueWrapper(PropertyValue propertyValue)
ctor

Parameters:
propertyValue - the value

DisplaySettingsDialog.PropertyValueWrapper

public DisplaySettingsDialog.PropertyValueWrapper(PropertyValue propertyValue,
                                                  boolean cbxValue)
ctor

Parameters:
propertyValue - the value
cbxValue - is cbx on
Method Detail

changeProperty

public void changeProperty()
Change the property value


getCheckbox

public JCheckBox getCheckbox()
Get the cbx

Returns:
the cbx

changeValue

public void changeValue()
Change the value


changeValueTo

public void changeValueTo(Object o)
Change the value

Parameters:
o - new value

setCheckboxLabel

public void setCheckboxLabel()
set label


getCategory

public String getCategory()
get the category of this property value

Returns:
get the category of this property value

getName

public String getName()
Get the name

Returns:
the name