|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface implemented by property editors requiring access to the bean whose properties they are editing.
Method Summary | |
java.lang.Object |
getTargetBean()
gets the target bean associated with a property editor. |
void |
setTargetBean(java.lang.Object bean)
This method is called by the GenericPropertySheet on
property editors that implement this interface to set the
target bean in them. |
Method Detail |
public void setTargetBean(java.lang.Object bean)
GenericPropertySheet
on
property editors that implement this interface to set the
target bean in them. An editor implementing this method can use
it to cache the target bean.
public java.lang.Object getTargetBean()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |