Properties and Event Sources nodes
These nodes have only one property,
Get From Introspection
. By default, this property is set toFalse
. If you set the value toTrue
, then (when the bean is used) all information about the properties (or event sets) will be taken from introspection. Thus the generatedBeanInfo
will return a null value instead of an array of descriptors of properties (or event sets).This feature is particularly useful if you want to customize either JavaBeans properties or event sources, but not both. Thus you can customize one (properties or event sources) and have the information about the other taken from introspection.
If you right-click on either of these nodes, you can choose from the contextual menu to either include or exclude all of the JavaBeans properties or event sets from the
BeanInfo
.
Contents | Prev | Next | Index |