-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
1.2.0
-
Fix Understood
-
x86
-
windows_nt
JDK1.2Beta4-FCS-D:
Let's take one example(JApplet bean class tree):
JApplet-Applet-Panel-Container-Component
When I get BeanInfo for the JApplet bean, the Applet class from the tree returns incorrect bound properties. Since AppletBeanInfo.class is missing Applet BeanInfo is created through introspection and for some reason the Introspector reports all properties as bound when there's a PropertyChange listener on a bean.
AppletBeanInfo should be in sun.beans.infos package.(note that there is only one class, ComponentBeanInfo in the
package)
* Introspector reports there is no property in Panel class so it's not problem at this time but if one add properties into Panel class in the future PanelBeanInfo also must be there)
* See Bug#4164320 for missing ContainerBeanInfo.class
bae-chul.kim@eng 1998-08-06
Let's take one example(JApplet bean class tree):
JApplet-Applet-Panel-Container-Component
When I get BeanInfo for the JApplet bean, the Applet class from the tree returns incorrect bound properties. Since AppletBeanInfo.class is missing Applet BeanInfo is created through introspection and for some reason the Introspector reports all properties as bound when there's a PropertyChange listener on a bean.
AppletBeanInfo should be in sun.beans.infos package.(note that there is only one class, ComponentBeanInfo in the
package)
* Introspector reports there is no property in Panel class so it's not problem at this time but if one add properties into Panel class in the future PanelBeanInfo also must be there)
* See Bug#4164320 for missing ContainerBeanInfo.class
bae-chul.kim@eng 1998-08-06
- relates to
-
JDK-4164320 ContainerBeanInfo not defined, bound properties reported incorrectly
-
- Closed
-