public abstract class PropertyBinding extends Object
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getPropertyName()
Name of the property this binding represents.
|
abstract Object |
getValue()
Obtains current value of the property this binding represents.
|
abstract boolean |
isReadOnly()
Is this property read only?
|
abstract void |
setValue(Object v)
Changes value of the property.
|
public abstract String getPropertyName()
public abstract void setValue(Object v)
Technology.runSafe(java.lang.Runnable).v - new value of the propertypublic abstract Object getValue()
Technology.runSafe(java.lang.Runnable).nullpublic abstract boolean isReadOnly()
setValue(java.lang.Object)?Copyright © 2014 NetBeans. All Rights Reserved.