protected class PropertyPanel.PropertyAccess<T> extends java.lang.Object implements PropertyPanel.Access<T>
| Constructor and Description |
|---|
PropertyAccess(java.lang.Object bean,
java.lang.String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class |
getType() |
T |
getValue() |
void |
setValue(T value) |
public PropertyAccess(java.lang.Object bean,
java.lang.String propertyName)
public void setValue(T value)
setValue in interface PropertyPanel.Access<T>public T getValue()
getValue in interface PropertyPanel.Access<T>public java.lang.Class getType()
getType in interface PropertyPanel.Access<T>