public class GenericBeanInfo extends SimpleBeanInfo
Modifier and Type | Field and Description |
---|---|
protected Image |
iconColor16
16x16 color icon.
|
protected Image |
iconColor32
32x32 color icon.
|
protected Image |
iconMono16
16x16 mono icon.
|
protected Image |
iconMono32
32x32 mono icon.
|
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
Constructor and Description |
---|
GenericBeanInfo(String bean,
boolean registerLocaleEditor)
Constructs a new BeanInfo.
|
Modifier and Type | Method and Description |
---|---|
Image |
getIcon(int iconKind)
This method returns an image object that can be used to represent the
bean in toolboxes, toolbars, etc.
|
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, getPropertyDescriptors, loadImage
protected Image iconColor16
protected Image iconColor32
protected Image iconMono16
protected Image iconMono32
public GenericBeanInfo(String bean, boolean registerLocaleEditor)
public Image getIcon(int iconKind)
getIcon
in interface BeanInfo
getIcon
in class SimpleBeanInfo
iconKind
- the kind of requested iconCopyright © 2018. All rights reserved.