public interface GenericPropertyEditorInterface
Modifier and Type | Method and Description |
---|---|
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. |
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.java.lang.Object getTargetBean()
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details