Uses of Class
java.beans.BeanDescriptor

Packages that use BeanDescriptor
java.beans   
 

Uses of BeanDescriptor in java.beans
 

Fields in java.beans declared as BeanDescriptor
private  BeanDescriptor GenericBeanInfo.beanDescriptor
           
 

Methods in java.beans that return BeanDescriptor
 BeanDescriptor BeanInfo.getBeanDescriptor()
          Gets the beans BeanDescriptor.
 BeanDescriptor SimpleBeanInfo.getBeanDescriptor()
          Deny knowledge about the class and customizer of the bean.
private  BeanDescriptor Introspector.getTargetBeanDescriptor()
           
 BeanDescriptor GenericBeanInfo.getBeanDescriptor()
           
 

Constructors in java.beans with parameters of type BeanDescriptor
BeanDescriptor.BeanDescriptor(BeanDescriptor old)
           
GenericBeanInfo.GenericBeanInfo(BeanDescriptor beanDescriptor, EventSetDescriptor[] events, int defaultEvent, PropertyDescriptor[] properties, int defaultProperty, MethodDescriptor[] methods, BeanInfo targetBeanInfo)