Uses of Class
java.beans.GenericBeanInfo

Packages that use GenericBeanInfo
java.beans   
 

Uses of GenericBeanInfo in java.beans
 

Methods in java.beans that return GenericBeanInfo
private  GenericBeanInfo Introspector.getBeanInfo()
           
 

Constructors in java.beans with parameters of type GenericBeanInfo
GenericBeanInfo.GenericBeanInfo(GenericBeanInfo old)
          Package-private dup constructor This must isolate the new object from any changes to the old object.