BeanInfo.getAdditionalBeanInfo

BeanInfo.getAdditionalBeanInfo

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract BeanInfo[] getAdditionalBeanInfo()
Returns
an array of BeanInfo objects. May return null.
Description
This method allows a BeanInfo object to return an arbitrary collection of other BeanInfo objects that provide additional information on the current bean.

If there are conflicts or overlaps between the information provided by different BeanInfo objects, then the current BeanInfo takes precedence over the getAdditionalBeanInfo objects, and later elements in the array take precedence over earlier ones.