Java Platform 1.2
Beta 4

Uses of Interface
java.beans.BeanInfo

Packages that use BeanInfo
java.beans Contains classes related to Java Beans development.  
 

Uses of BeanInfo in java.beans
 

Classes in java.beans that implement BeanInfo
  SimpleBeanInfo
          This is a support class to make it easier for people to provide BeanInfo classes.
 

Methods in java.beans that return BeanInfo
 BeanInfo[] BeanInfo.getAdditionalBeanInfo()
          This method allows a BeanInfo object to return an arbitrary collection of other BeanInfo objects that provide additional information on the current bean.
 BeanInfo[] SimpleBeanInfo.getAdditionalBeanInfo()
          Claim there are no other relevant BeanInfo objects.
static BeanInfo Introspector.getBeanInfo(Class beanClass)
          Introspect on a Java bean and learn about all its properties, exposed methods, and events.
static BeanInfo Introspector.getBeanInfo(Class beanClass, int flags)
          Introspect on a Java bean and learn about all its properties, exposed methods, and events, subnject to some comtrol flags.
static BeanInfo Introspector.getBeanInfo(Class beanClass, Class stopClass)
          Introspect on a Java bean and learn all about its properties, exposed methods, below a given "stop" point.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.