-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
1.2.0
-
x86
-
windows_nt
JDK1.2Beta4-FCS-D:
Let's take one example(JLabel bean class tree):
JLabel-JComponent-Container-Component
When I get BeanInfo for the JLabel, only Container class from the tree returns incorrect bound properties. Since ContainerBeanInfo.class is missing Container 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.
ContainerBeanInfo should be in sun.beans.infos package.(note that there is only one class, ComponentBeanInfo in the package)
bae-chul.kim@eng 1998-08-06
Let's take one example(JLabel bean class tree):
JLabel-JComponent-Container-Component
When I get BeanInfo for the JLabel, only Container class from the tree returns incorrect bound properties. Since ContainerBeanInfo.class is missing Container 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.
ContainerBeanInfo should be in sun.beans.infos package.(note that there is only one class, ComponentBeanInfo in the package)
bae-chul.kim@eng 1998-08-06
- relates to
-
JDK-4164323 AppletBeanInfo not defined, bound properties reported incorrectly
-
- Open
-