|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.beans.SimpleBeanInfo | +--gui.GuiSerializerButtonBeanInfo
This class implements a simple BeanInfo class for the specific presentation form widget to support icons for the presentation forms displayed in the IDE user interface builder palette. (supporting the JavaBeans specification)
GuiSerializerButton
Constructor Summary | |
GuiSerializerButtonBeanInfo()
|
Method Summary | |
java.beans.BeanDescriptor |
getBeanDescriptor()
Returns the specific BeanDescriptor to tell the IDE, that this JavaBean has a specific customizer. |
java.awt.Image |
getIcon(int iconKind)
Returns the icon for the specific icon type. |
Methods inherited from class java.beans.SimpleBeanInfo |
getAdditionalBeanInfo,
getDefaultEventIndex,
getDefaultPropertyIndex,
getEventSetDescriptors,
getMethodDescriptors,
getPropertyDescriptors,
loadImage |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public GuiSerializerButtonBeanInfo()
Method Detail |
public java.beans.BeanDescriptor getBeanDescriptor()
public java.awt.Image getIcon(int iconKind)
iconKind
- the icon kind which is supported by the IDE
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |