All Packages Class Hierarchy This Package Previous Next Index
Class multilizer.BundleDictionaryBeanInfo
java.lang.Object
|
+----java.beans.SimpleBeanInfo
|
+----multilizer.BundleDictionaryBeanInfo
- public class BundleDictionaryBeanInfo
- extends SimpleBeanInfo
-
BundleDictionaryBeanInfo()
-
-
getAdditionalBeanInfo()
- Claim there are no other relevant BeanInfo objects.
-
getPropertyDescriptors()
- Deny knowledge of properties.
BundleDictionaryBeanInfo
public BundleDictionaryBeanInfo()
getPropertyDescriptors
public PropertyDescriptor[] getPropertyDescriptors()
- Deny knowledge of properties.
- Overrides:
- getPropertyDescriptors in class SimpleBeanInfo
getAdditionalBeanInfo
public BeanInfo[] getAdditionalBeanInfo()
- Claim there are no other relevant BeanInfo objects.
- Overrides:
- getAdditionalBeanInfo in class SimpleBeanInfo
All Packages Class Hierarchy This Package Previous Next Index