lcarsbeans
Class LcarsButtonBeanInfo

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

public class LcarsButtonBeanInfo
extends java.beans.SimpleBeanInfo

BeanInfo for LcarsButton.

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
          The property descriptors.
 
Constructor Summary
LcarsButtonBeanInfo()
           
 
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)
          Creates a property descriptor.
 
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
The property descriptors.
Constructor Detail

LcarsButtonBeanInfo

public LcarsButtonBeanInfo()
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)
Creates a property descriptor.

getPropertyDescriptors

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