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