All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class multilizer.AppletTranslatorBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----multilizer.BaseTranslatorBeanInfo
                   |
                   +----multilizer.AppletTranslatorBeanInfo

public class AppletTranslatorBeanInfo
extends BaseTranslatorBeanInfo

Constructor Index

 o AppletTranslatorBeanInfo()

Method Index

 o getAdditionalBeanInfo()
Claim there are no other relevant BeanInfo objects.
 o getIcon(int)
Claim there are no icons available.

Constructors

 o AppletTranslatorBeanInfo
 public AppletTranslatorBeanInfo()

Methods

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

Overrides:
getIcon 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