uk.co.prosperosoftware.pspnum
Class PSPNumBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--uk.co.prosperosoftware.pspnum.PSPNumBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class PSPNumBeanInfo
extends java.beans.SimpleBeanInfo

The PSPNumBeanInfo class defines Bean-related items for the PSPNum JavaBean class.

Version:
4.4 05Jun2003
Author:
www.prosperosoftware.co.uk

Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
PSPNumBeanInfo()
          Default constructor - no parameters.
 
Method Summary
 java.beans.BeanDescriptor getBeanDescriptor()
          Return BeanDescriptor for PSPNum class.
 java.awt.Image getIcon(int iconKind)
          Return Icons for both 16x16 & 32x32 dimension.
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Return array of PropertyDescriptors for PSPNum class.
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PSPNumBeanInfo

public PSPNumBeanInfo()
Default constructor - no parameters.

Method Detail

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Return BeanDescriptor for PSPNum class.

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

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Return array of PropertyDescriptors for PSPNum class.

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

getIcon

public java.awt.Image getIcon(int iconKind)
Return Icons for both 16x16 & 32x32 dimension.

Specified by:
getIcon in interface java.beans.BeanInfo
Overrides:
getIcon in class java.beans.SimpleBeanInfo
Parameters:
iconKind - The Type of Icon required.