Search VisualAge for Java Information Go to Information Home Page Go to VisualAge for Java WWW Site

BeanInfo Page Tool Bar

Use the tool bar to launch some common tools in the BeanInfo page. The following tools are available from the tool bar:

Open Debugger
Opens a window for debugging
Search
Opens a window to search for a class, interface, constructor, method, or field
New Property Feature
Opens a window to define a new property feature
New Event Set Feature
Opens a window to define a new event set feature
New Method Feature
Opens a window to define a new method feature


Related references
New Property Feature SmartGuide
New Event Set Feature SmartGuide
New Method Feature SmartGuide
BeanInfo Page

BeanInfo Class Generator

Use the BeanInfo class generator to create bean information class code for the bean you are working with. This produces bean information for all existing features.

Before you generate the bean information class, bean information for the BeanInfo page is obtained by reflection. After you generate the bean information class, the class is used to find bean information.


Related references
Features--BeanInfo Page