public class GenericBeanInfo
extends java.beans.SimpleBeanInfo
Modifier and Type | Field and Description |
---|---|
protected java.awt.Image |
iconColor16
16x16 color icon.
|
protected java.awt.Image |
iconColor32
32x32 color icon.
|
protected java.awt.Image |
iconMono16
16x16 mono icon.
|
protected java.awt.Image |
iconMono32
32x32 mono icon.
|
Constructor and Description |
---|
GenericBeanInfo(java.lang.String bean,
boolean registerLocaleEditor)
Constructs a new BeanInfo.
|
Modifier and Type | Method and Description |
---|---|
java.awt.Image |
getIcon(int iconKind)
This method returns an image object that can be used to represent the
bean in toolboxes, toolbars, etc.
|
protected java.awt.Image iconColor16
protected java.awt.Image iconColor32
protected java.awt.Image iconMono16
protected java.awt.Image iconMono32
public GenericBeanInfo(java.lang.String bean, boolean registerLocaleEditor)
public java.awt.Image getIcon(int iconKind)
getIcon
in interface java.beans.BeanInfo
getIcon
in class java.beans.SimpleBeanInfo
iconKind
- the kind of requested iconCopyright ? 1999 - 2006 Kai Toedter.