Frames | No Frames |
Methods with return type java.beans.BeanInfo | |
BeanInfo[] | Get BeanInfo s for all of the service classes of this BeanInfoServiceProvider .
|
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.
|
Classes implementing java.beans.BeanInfo | |
class | ExplicitBeanInfo lets you specify in the constructor
all the various parts of the BeanInfo.
|
Constructors with parameter type java.beans.BeanInfo | |
ExplicitBeanInfo.ExplicitBeanInfo(BeanDescriptor beanDescriptor, BeanInfo[] additionalBeanInfo, PropertyDescriptor[] propertyDescriptors, int defaultPropertyIndex, EventSetDescriptor[] eventSetDescriptors, int defaultEventIndex, MethodDescriptor[] methodDescriptors, Image[] icons) |
Fields of type java.beans.BeanInfo | |
BeanInfo[] | The BeanInfo array returned by
getAdditionalBeanInfo().
|
Methods with parameter type java.beans.BeanInfo | |
void |
Methods with return type java.beans.BeanInfo | |
BeanInfo[] | Get additional Bean info. |
BeanInfo | |
BeanInfo |