wt.clients.scheduler
Class LongSpinnerBeanInfo

java.lang.Object
  extended byjava.beans.SimpleBeanInfo
      extended bywt.clients.scheduler.LongSpinnerBeanInfo
All Implemented Interfaces:
BeanInfo

public class LongSpinnerBeanInfo
extends SimpleBeanInfo

What can I say, I like being able to use VCafe' to build my apps. I am recycling the Spinner icon. If we are to add this bean to wtbeans.jar, we will need an icon for this bean.

Supported API: false

Extendable: false

See Also:
LongSpinner

Field Summary
private static Class _beanClass
           
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
LongSpinnerBeanInfo()
           
 
Method Summary
 BeanInfo[] getAdditionalBeanInfo()
          Gets the beaninfo for the superclass of this bean
 BeanDescriptor getBeanDescriptor()
          Returns the SymantecBeanDescriptor for this bean.
 Image getIcon(int iconKind)
          Gets an image that may be used to visually represent the bean.
 PropertyDescriptor[] getPropertyDescriptors()
          Returns a description of this beans properties
 
Methods inherited from class java.beans.SimpleBeanInfo
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

_beanClass

private static final Class _beanClass
Constructor Detail

LongSpinnerBeanInfo

public LongSpinnerBeanInfo()
Method Detail

getAdditionalBeanInfo

public BeanInfo[] getAdditionalBeanInfo()
Gets the beaninfo for the superclass of this bean

Returns:
BeanInfo[] beaninfo for the superclass of this bean

getBeanDescriptor

public BeanDescriptor getBeanDescriptor()
Returns the SymantecBeanDescriptor for this bean.

Returns:
an object of type SymantecBeanDescriptor.
See Also:
SymantecBeanDescriptor

getIcon

public Image getIcon(int iconKind)
Gets an image that may be used to visually represent the bean. Currently we are recycling the SpinnerBean icon.


getPropertyDescriptors

public PropertyDescriptor[] getPropertyDescriptors()
Returns a description of this beans properties