BeanInsight Details dialog box
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.
Bean page
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.
BeanInfo page
The BeanInfo page reports whether the bean has a BeanInfo class and whether it is public.
Properties page
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.
Event Sets page
The Event Sets page lists the event sets in the bean.
Property Editors page
The Property Editors page lists all property editors used to edit the properties of the bean.
Customizer page
The Customizer page lists the customizer, if any, used to edit this bean.
Attributes page
The Attributes page lists all the attributes in the bean.