|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
ValueBinding represents the interface between ui specifications and application data.
| Method Summary | |
void |
addListener(ValueListener listener)
Add a listener for this variable. |
java.lang.Object |
getValue()
Get the bound value. |
java.lang.Class |
getValueClass()
Get the class of this variable |
void |
removeListener(ValueListener listener)
Remove a listener for this variable. |
void |
setValue(java.lang.Object value)
Set the value of this variable. |
| Method Detail |
public java.lang.Class getValueClass()
public java.lang.Object getValue()
public void setValue(java.lang.Object value)
value - public void addListener(ValueListener listener)
public void removeListener(ValueListener listener)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||