All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class multilizer.DatabaseDictionaryBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----multilizer.DatabaseDictionaryBeanInfo

public class DatabaseDictionaryBeanInfo
extends SimpleBeanInfo

Constructor Index

 o DatabaseDictionaryBeanInfo()

Method Index

 o getAdditionalBeanInfo()
Claim there are no other relevant BeanInfo objects.
 o getIcon(int)
Claim there are no icons available.
 o getPropertyDescriptors()
Deny knowledge of properties.

Constructors

 o DatabaseDictionaryBeanInfo
 public DatabaseDictionaryBeanInfo()

Methods

 o getIcon
 public Image getIcon(int iconKind)
Claim there are no icons available.

Overrides:
getIcon in class SimpleBeanInfo
 o getPropertyDescriptors
 public PropertyDescriptor[] getPropertyDescriptors()
Deny knowledge of properties.

Overrides:
getPropertyDescriptors in class SimpleBeanInfo
 o 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