This is a feature of JBuilder Professional and Enterprise.
Presents the details about a selected JavaBean. The dialog box contains seven pages: Bean, BeanInfo, Properties, Event Sets, Property Editors, Customizer, Attributes.
The Bean page displays general information about the selected bean. It reports whether the class is public, protected, or private and whether it has a default constructor.
It displays an Inheritance Hierarchy. The class at the bottom of the list is the base class. Each class in the hierarchy except the base class extends the class below it.
The Bean page also lists the interfaces that are implemented in the bean.
The BeanInfo page reports whether the bean has a BeanInfo class and whether it is public.
The Properties page lists the properties in the bean, the type of each listed property, and whether the property has getter and setter access methods.
The Event Sets page lists the event sets in the bean.
The Property Editors page lists all property editors used to edit the properties of the bean.
The Customizer page lists the customizer, if any, used to edit this bean.
The Attributes page lists all the attributes in the bean.