com.toedter.calendar
Class JCalendarBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--com.toedter.calendar.JCalendarBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class JCalendarBeanInfo
extends java.beans.SimpleBeanInfo

A BeanInfo class for JCalendar.

Version:
1.1 02/04/02
Author:
Kai Toedter

Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
JCalendarBeanInfo()
          Constructs a new BeanInfo class for the JCalendar bean.
 
Method Summary
 java.awt.Image getIcon(int iconKind)
          This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
 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, getMethodDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCalendarBeanInfo

public JCalendarBeanInfo()
Constructs a new BeanInfo class for the JCalendar bean.

Method Detail

getIcon

public java.awt.Image getIcon(int iconKind)
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.

Specified by:
getIcon in interface java.beans.BeanInfo
Overrides:
getIcon in class java.beans.SimpleBeanInfo

getPropertyDescriptors

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

Specified by:
getPropertyDescriptors in interface java.beans.BeanInfo
Overrides:
getPropertyDescriptors in class java.beans.SimpleBeanInfo


Copyright © 2002 Kai Toedter.