public class AcopBeanInfo
extends java.beans.SimpleBeanInfo
Constructor and Description |
---|
AcopBeanInfo() |
Modifier and Type | Method and Description |
---|---|
java.beans.BeanDescriptor |
getBeanDescriptor()
Gets the BeanDescriptor for this bean.
|
java.awt.Image |
getIcon(int nIconKind)
Gets an image that may be used to visually represent this bean
(in the toolbar, on a form, etc).
|
java.lang.String |
getIconFilename() |
public java.beans.BeanDescriptor getBeanDescriptor()
getBeanDescriptor
in interface java.beans.BeanInfo
getBeanDescriptor
in class java.beans.SimpleBeanInfo
BeanDescriptor
public java.awt.Image getIcon(int nIconKind)
getIcon
in interface java.beans.BeanInfo
getIcon
in class java.beans.SimpleBeanInfo
iconKind
- the type of icon desired, one of: BeanInfo.ICON_MONO_16x16,
BeanInfo.ICON_COLOR_16x16, BeanInfo.ICON_MONO_32x32, or BeanInfo.ICON_COLOR_32x32.BeanInfo.ICON_MONO_16x16
,
BeanInfo.ICON_COLOR_16x16
,
BeanInfo.ICON_MONO_32x32
,
BeanInfo.ICON_COLOR_32x32
public java.lang.String getIconFilename()