Uses of Class
java.beans.PropertyDescriptor

Packages that use PropertyDescriptor
java.beans   
 

Uses of PropertyDescriptor in java.beans
 

Subclasses of PropertyDescriptor in java.beans
 class IndexedPropertyDescriptor
          An IndexedPropertyDescriptor describes a property that acts like an array and has an indexed read and/or indexed write method to access specific elements of the array.
 

Fields in java.beans declared as PropertyDescriptor
private  PropertyDescriptor[] GenericBeanInfo.properties
           
 

Methods in java.beans that return PropertyDescriptor
 PropertyDescriptor[] BeanInfo.getPropertyDescriptors()
          Gets the beans PropertyDescriptors.
 PropertyDescriptor[] SimpleBeanInfo.getPropertyDescriptors()
          Deny knowledge of properties.
private  PropertyDescriptor[] Introspector.getTargetPropertyInfo()
           
 PropertyDescriptor[] GenericBeanInfo.getPropertyDescriptors()
           
 

Methods in java.beans with parameters of type PropertyDescriptor
(package private)  void Introspector.addProperty(PropertyDescriptor pd)
           
 

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