com.toedter.components
Class JSpinFieldBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--com.toedter.components.JSpinFieldBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class JSpinFieldBeanInfo
extends java.beans.SimpleBeanInfo

A BeanInfo class for the JSpinField bean.

Version:
1.1 02/04/02
Author:
Kai Toedter

Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
JSpinFieldBeanInfo()
          Constructs a new BeanInfo class for the JSpinField bean.
 
Method Summary
 java.awt.Image getIcon(int iconKind)
          This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getBeanDescriptor, 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

JSpinFieldBeanInfo

public JSpinFieldBeanInfo()
Constructs a new BeanInfo class for the JSpinField bean.

Method Detail

getIcon

public java.awt.Image getIcon(int iconKind)
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.

Specified by:
getIcon in interface java.beans.BeanInfo
Overrides:
getIcon in class java.beans.SimpleBeanInfo


Copyright © 2002 Kai Toedter.