lcarsbeans
Class LcarsCheckboxGroupBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--lcarsbeans.LcarsCheckboxGroupBeanInfo

public class LcarsCheckboxGroupBeanInfo
extends java.beans.SimpleBeanInfo

BeanInfo for LcarsCheckboxGroup.

Version:
0.9b, January 2002 (March 2001)
Author:
Andrei Scheibner, www.buffalo-as.de, andrei@buffalo-as.de

Field Summary
(package private) static java.beans.PropertyDescriptor[] props
           
 
Constructor Summary
LcarsCheckboxGroupBeanInfo()
           
 
Method Summary
 java.beans.BeanDescriptor getBeanDescriptor()
          Returns the descriptor for this bean.
 java.awt.Image getIcon(int iconKind)
          Returns an icon which represents the bean in an IDEs component palette.
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Returns the property descriptors.
(package private) static java.beans.PropertyDescriptor prop(java.lang.String name, java.lang.String description)
          The property descriptors.
 
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
 

Field Detail

props

static java.beans.PropertyDescriptor[] props
Constructor Detail

LcarsCheckboxGroupBeanInfo

public LcarsCheckboxGroupBeanInfo()
Method Detail

getIcon

public java.awt.Image getIcon(int iconKind)
Returns an icon which represents the bean in an IDEs component palette.
Overrides:
getIcon in class java.beans.SimpleBeanInfo

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Returns the descriptor for this bean.
Overrides:
getBeanDescriptor in class java.beans.SimpleBeanInfo

prop

static java.beans.PropertyDescriptor prop(java.lang.String name,
                                          java.lang.String description)
The property descriptors.

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Returns the property descriptors.
Overrides:
getPropertyDescriptors in class java.beans.SimpleBeanInfo