wt.clients.beans
Class WTTextAreaBeanInfo

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

public class WTTextAreaBeanInfo
extends SimpleBeanInfo

This is the bean info class for the WTTextArea class.

Supported API: false.

Extendable: false.


Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
WTTextAreaBeanInfo()
           
 
Method Summary
 BeanInfo[] getAdditionalBeanInfo()
          Returns descriptions of this bean's properties.
 Image getIcon(int iconKind)
          Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
 
Methods inherited from class java.beans.SimpleBeanInfo
getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, getPropertyDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WTTextAreaBeanInfo

public WTTextAreaBeanInfo()
Method Detail

getIcon

public Image getIcon(int iconKind)
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).

Supported API: false.

Parameters:
iconKind - the type of icon desired, one of: BeanInfo.ICON_MONO_16x16, BeanInfo.ICON_COLOR_16x16, BeanInfo.ICON_MONO_32x32, or BeanInfo.ICON_COLOR_32x32.
Returns:
an image for this bean
See Also:
BeanInfo.ICON_MONO_16x16, BeanInfo.ICON_COLOR_16x16, BeanInfo.ICON_MONO_32x32, BeanInfo.ICON_COLOR_32x32

getAdditionalBeanInfo

public BeanInfo[] getAdditionalBeanInfo()
Returns descriptions of this bean's properties.