java.beans
public class BeanDescriptor extends FeatureDescriptor
Since: JDK1.1
Constructor Summary | |
---|---|
BeanDescriptor(Class<?> beanClass) Create a new BeanDescriptor with the given beanClass and
no customizer class. | |
BeanDescriptor(Class<?> beanClass, Class<?> customizerClass) Create a new BeanDescriptor with the given bean class and
customizer class. |
Method Summary | |
---|---|
Class<?> | getBeanClass() Get the Bean's class. |
Class<?> | getCustomizerClass() Get the Bean's customizer's class. |
Parameters: beanClass the class of the Bean.
Parameters: beanClass the class of the Bean. customizerClass the class of the Bean's Customizer.