pt.moredata.widgets
Class CheckBoxListBeanInfo

java.lang.Object
  extended byjava.beans.SimpleBeanInfo
      extended bypt.moredata.widgets.CheckBoxListBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class CheckBoxListBeanInfo
extends java.beans.SimpleBeanInfo

BeanInfo for the class CheckBoxList Company MoreData

Version:
$Revision: 1.1 $
Author:
pcarmo

Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
CheckBoxListBeanInfo()
           
 
Method Summary
 java.beans.BeanDescriptor getBeanDescriptor()
          Provides additional information about the bean.
 java.awt.Image getIcon(int iconKind)
          Gets the icon attribute of the bean.
 
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

CheckBoxListBeanInfo

public CheckBoxListBeanInfo()
Method Detail

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Provides additional information about the bean.

Returns:
may return null if the information should be obtained by automatic analysis.

getIcon

public java.awt.Image getIcon(int iconKind)
Gets the icon attribute of the bean.

Parameters:
iconKind - Type of icon.
Returns:
The icon for the bean.