GNU Classpath (0.17) | ||
Frames | No Frames |
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 | 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 | Get the BeanInfo for class beanClass ,
first by looking for explicit information, next by
using standard design patterns to determine
information about the class. |
Methods with return type java.beans.BeanInfo | |
BeanInfo[] | Get BeanInfo s for all of the service classes of this BeanInfoServiceProvider .
|
GNU Classpath (0.17) |