All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class multilizer.TranslatorBeanInfo

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

public class TranslatorBeanInfo
extends SimpleBeanInfo

Constructor Index

 o TranslatorBeanInfo()

Method Index

 o getBeanDescriptor()
Deny knowledge about the class and customizer of the bean.
 o getIcon(int)
Claim there are no icons available.
 o getPropertyDescriptors()
Deny knowledge of properties.

Constructors

 o TranslatorBeanInfo
 public TranslatorBeanInfo()

Methods

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

Overrides:
getIcon in class SimpleBeanInfo
 o getBeanDescriptor
 public BeanDescriptor getBeanDescriptor()
Deny knowledge about the class and customizer of the bean.

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

Overrides:
getPropertyDescriptors in class SimpleBeanInfo

All Packages  Class Hierarchy  This Package  Previous  Next  Index