Name

Class java.beans.BeanDescriptor

Description

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.

Class Definition

public class BeanDescriptor extends FeatureDescriptor 
{
   // constructors
   public BeanDescriptor(Class beanClass);
   public BeanDescriptor(Class beanClass, Class customizerClass);

   // methods
   public Class getBeanClass();
   public Class getCustomizerClass();
}

See Also

FeatureDescriptor

Get Developing Java Beans now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.