|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Model defining the right behaviour of property. This model should be used for communication with PropertyBean bean.
| Field Summary | |
static String |
PROP_VALUE
Name of the 'value' property. |
| Method Summary | |
void |
addPropertyChangeListener(PropertyChangeListener l)
Add listener to change of the value. |
Class |
getPropertyEditorClass()
The class of the property editor or null
if default property editor should be used. |
Class |
getPropertyType()
The class of the property. |
Object |
getValue()
Getter for current value of a property. |
void |
removePropertyChangeListener(PropertyChangeListener l)
Remove listener to change of the value. |
void |
setValue(Object v)
Setter for a value of a property. |
| Field Detail |
public static final String PROP_VALUE
| Method Detail |
public Object getValue()
throws InvocationTargetException
public void setValue(Object v)
throws InvocationTargetException
v - the valuepublic Class getPropertyType()
public Class getPropertyEditorClass()
null
if default property editor should be used.public void addPropertyChangeListener(PropertyChangeListener l)
public void removePropertyChangeListener(PropertyChangeListener l)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||