gui
Class GuiSerializerButtonBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--gui.GuiSerializerButtonBeanInfo

public class GuiSerializerButtonBeanInfo
extends java.beans.SimpleBeanInfo

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)

Version:
99/07/10
Author:
Martin Lippert
See Also:
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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

GuiSerializerButtonBeanInfo

public GuiSerializerButtonBeanInfo()
Method Detail

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Returns the specific BeanDescriptor to tell the IDE, that this JavaBean has a specific customizer.
Returns:
the BeanDescriptor for
Overrides:
getBeanDescriptor in class java.beans.SimpleBeanInfo

getIcon

public java.awt.Image getIcon(int iconKind)
Returns the icon for the specific icon type.
Parameters:
iconKind - the icon kind which is supported by the IDE
Returns:
the icon for the bean
Overrides:
getIcon in class java.beans.SimpleBeanInfo