GNU Classpath (0.95) | |
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.
|
GNU Classpath (0.95) |