Package com.toedter.calendar
Class JDateChooserBeanInfo
java.lang.Object
java.beans.SimpleBeanInfo
com.toedter.components.GenericBeanInfo
com.toedter.calendar.JDateChooserBeanInfo
- All Implemented Interfaces:
BeanInfo
A BeanInfo class for the JDateChooser panel.
- Version:
- $LastChangedRevision: 85 $, $LastChangedDate: 2006-04-28 13:50:52 +0200 (Fr, 28 Apr 2006) $
- Author:
- Kai Toedter
-
Field Summary
Fields inherited from class com.toedter.components.GenericBeanInfo
iconColor16, iconColor32, iconMono16, iconMono32Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new BeanInfo class for the JDateChooser bean. -
Method Summary
Methods inherited from class com.toedter.components.GenericBeanInfo
getIconMethods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, getPropertyDescriptors, loadImage
-
Constructor Details
-
JDateChooserBeanInfo
public JDateChooserBeanInfo()Constructs a new BeanInfo class for the JDateChooser bean.
-