BeanDescriptor.BeanDescriptor
Class Overview | Class Members |
This Package |
All Packages
public BeanDescriptor( Class beanClass )
Parameters
- beanClass
- The Class object of the Java class that implements
the bean. For example sun.beans.OurButton.class.
Description
Create a BeanDescriptor for a bean that doesn't have a customizer.
public BeanDescriptor( Class beanClass,
Class customizerClass )
Parameters
- beanClass
- The Class object of the Java class that implements
the bean. For example sun.beans.OurButton.class.
- customizerClass
- The Class object of the Java class that implements
the bean's Customizer. For example sun.beans.OurButtonCustomizer.class.
Description
Create a BeanDescriptor for a bean that has a customizer.