All Packages Class Hierarchy This Package Previous Next Index
Class multilizer.FileDictionaryBeanInfo
java.lang.Object
|
+----java.beans.SimpleBeanInfo
|
+----multilizer.FileDictionaryBeanInfo
- public class FileDictionaryBeanInfo
- extends SimpleBeanInfo
-
FileDictionaryBeanInfo()
-
-
getAdditionalBeanInfo()
- Claim there are no other relevant BeanInfo objects.
-
getPropertyDescriptors()
- Deny knowledge of properties.
FileDictionaryBeanInfo
public FileDictionaryBeanInfo()
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