saaps.beans
Class YMDChoiceBeanBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--saaps.beans.YMDChoiceBeanBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class YMDChoiceBeanBeanInfo
extends java.beans.SimpleBeanInfo

A BeanInfo class for the YMDChoiceBean JavaBean.

Version:
1.00

Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
YMDChoiceBeanBeanInfo()
          Constructs a new BeanInfo class for the YMDChoiceBean JavaBean.
 
Method Summary
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          This method returns an array of PropertyDescriptors describing the editable properties supported by this bean.
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, loadImage
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

YMDChoiceBeanBeanInfo

public YMDChoiceBeanBeanInfo()
Constructs a new BeanInfo class for the YMDChoiceBean JavaBean.
Method Detail

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
This method returns an array of PropertyDescriptors describing the editable properties supported by this bean.
Overrides:
getPropertyDescriptors in class java.beans.SimpleBeanInfo