Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [ve-dev] About beans

Rich,
 
Both ULCLabel and ULCFiller have BeanInfos and both are in the same jar file which is on the path.
 
The beaninfos extend IvjBeanInfo.
 
getAdditional is called for ULCLabelBeanInfo. ULCLabel has properties of its own. ULCLabelBeanInfo getPDs method and returns an array of PDs containing descriptors for its properties.
 
getAdditional for ULCFillerBeanInfo is not called. However, ULCFillerBeanInfo's getPDs() method returns an empty array. This method is called by the Introspector.
 
Thanks,
 
Janak
 
 
-----Original Message-----
From: ve-dev-admin@xxxxxxxxxxx [mailto:ve-dev-admin@xxxxxxxxxxx]On Behalf Of Rich Kulp
Sent: Thursday, October 28, 2004 8:17 PM
To: ve-dev@xxxxxxxxxxx
Subject: Re: [ve-dev] About beans


Janek,

If you provided a bean info for a class and it was named properly and it was in the BeanInfo search path, when introspecting that bean, the getAdditional should of been called.

For the one that fails, what does the getProperties() method return?

Rich

Back to the top