Uses of Interface java.beans.BeanInfo

Uses in package java.beans.beancontext

Methods with return type java.beans.BeanInfo

BeanInfo[]
Get BeanInfos for all of the service classes of this BeanInfoServiceProvider.

Uses in package java.beans

Classes implementing java.beans.BeanInfo

class
SimpleBeanInfo is a class you may extend to more easily provide select information to the Introspector.

Methods with return type java.beans.BeanInfo

BeanInfo[]
Get additional BeanInfos representing this Bean.
BeanInfo[]
Tell the Introspector to go look for other BeanInfo itself.
BeanInfo
Introspector.getBeanInfo(Class beanClass)
Get the BeanInfo for class beanClass, first by looking for explicit information, next by using standard design patterns to determine information about the class.
BeanInfo
Introspector.getBeanInfo(Class beanClass, Class stopClass)
Get the BeanInfo for class beanClass, first by looking for explicit information, next by using standard design patterns to determine information about the class.
BeanInfo
Introspector.getBeanInfo(Class beanClass, int flag)
Returns a instance for the given Bean class where a flag controls the usage of explicit BeanInfo class to retrieve that information.