|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.beamertool.admin.configuration.BeanBinder
public class BeanBinder
Glue between a bean and a PropertySheetPanel.
| Constructor Summary | |
|---|---|
BeanBinder(Object bean,
com.l2fprod.common.propertysheet.PropertySheetPanel sheet)
Binds the Bean to the sheet with a DefaultBeanInfoResolver |
|
BeanBinder(Object bean,
com.l2fprod.common.propertysheet.PropertySheetPanel sheet,
BeanInfo beanInfo)
Binds the Bean to the sheet with a given beanInfo object. |
|
| Method Summary | |
|---|---|
void |
unbind()
Releases the binding between sheet and bean. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanBinder(Object bean,
com.l2fprod.common.propertysheet.PropertySheetPanel sheet)
DefaultBeanInfoResolver
bean - the bean to monitorsheet - the panel to inform on chagnes
public BeanBinder(Object bean,
com.l2fprod.common.propertysheet.PropertySheetPanel sheet,
BeanInfo beanInfo)
bean - the bean to monitorsheet - the panel to inform on chagnesbeanInfo - the beanInfo object to glue bean and sheet together| Method Detail |
|---|
public void unbind()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||