|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.beans.SimpleBeanInfo de.desy.acop.chart.AcopBeanInfo
public class AcopBeanInfo
Field Summary |
---|
Fields inherited from interface java.beans.BeanInfo |
---|
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
Constructor Summary | |
---|---|
AcopBeanInfo()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.beans.SimpleBeanInfo |
---|
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, getPropertyDescriptors, loadImage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AcopBeanInfo()
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |