public class Binder
extends java.lang.Object
implements java.beans.PropertyChangeListener
Constructor and Description |
---|
Binder(YPropertiesBean bean,
YBeanInfo beanInfo) |
Modifier and Type | Method and Description |
---|---|
YPropertiesBean |
getBoundBean() |
void |
propertyChange(java.beans.PropertyChangeEvent event) |
void |
unbind()
Unbinds the property sheet from a set of properties (a Bean).
|
public Binder(YPropertiesBean bean, YBeanInfo beanInfo)
public void propertyChange(java.beans.PropertyChangeEvent event)
propertyChange
in interface java.beans.PropertyChangeListener
public YPropertiesBean getBoundBean()
public void unbind()