June 1997
Intermediate to advanced
318 pages
8h 17m
English
Class java.beans.BeanDescriptor
A BeanDescriptor
describes the attributes of a Bean. These
include its display name and description, as well as the classes that
implement the Bean’s customizer and the Bean itself.
public class BeanDescriptor extends FeatureDescriptor
{
// constructors
public BeanDescriptor(Class beanClass);
public BeanDescriptor(Class beanClass, Class customizerClass);
// methods
public Class getBeanClass();
public Class getCustomizerClass();
}
FeatureDescriptor
Read now
Unlock full access