Generating Bean Info


A BeanInfo class contains information about the JavaBeans component, such as properties, event sets, and methods. BeanInfo is an optional class, and you can choose what information will be included in it. In BeanInfo you can also specify additional properties of the JavaBeans properties and BeanInfo, including icons, display names, and so on.

By default, all superclass beaninfo, public properties and event sets are included in BeanInfo (permitting customization of various attributes), and all public methods are discovered by introspection.

To generate BeanInfo for a class:

Contents Prev Next Index