com.l2fprod.common.demo
Class BeanBinder

java.lang.Object
  extended by com.l2fprod.common.demo.BeanBinder

public class BeanBinder
extends java.lang.Object

Binds a bean object to a PropertySheet. Note: this class is not part of the library


Constructor Summary
BeanBinder(java.lang.Object bean, PropertySheetPanel sheet)
           
BeanBinder(java.lang.Object bean, PropertySheetPanel sheet, java.beans.BeanInfo beanInfo)
           
 
Method Summary
 void unbind()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanBinder

public BeanBinder(java.lang.Object bean,
                  PropertySheetPanel sheet)

BeanBinder

public BeanBinder(java.lang.Object bean,
                  PropertySheetPanel sheet,
                  java.beans.BeanInfo beanInfo)
Method Detail

unbind

public void unbind()