ControlBeans
Class CTextAreaBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--ControlBeans.CTextAreaBeanInfo

public class CTextAreaBeanInfo
extends java.beans.SimpleBeanInfo

A BeanInfo class for the CTextArea JavaBean.


Constructor Summary
CTextAreaBeanInfo()
          Constructs a new BeanInfo class for the CTextArea JavaBean.
 
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.
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, 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

CTextAreaBeanInfo

public CTextAreaBeanInfo()
Constructs a new BeanInfo class for the CTextArea JavaBean.
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.
Overrides:
getIcon in class java.beans.SimpleBeanInfo