All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class multilizer.ServerDictionaryBeanInfo

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

public class ServerDictionaryBeanInfo
extends SimpleBeanInfo

Constructor Index

 o ServerDictionaryBeanInfo()

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 ServerDictionaryBeanInfo
 public ServerDictionaryBeanInfo()

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