com.altair.hwm.beans.utils
Class HWMTextAreaBeanInfo

java.lang.Object
  extended by java.beans.SimpleBeanInfo
      extended by com.altair.hwm.beans.utils.HWMSimpleBeanInfo
          extended by com.altair.hwm.beans.utils.HWMTextAreaBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class HWMTextAreaBeanInfo
extends HWMSimpleBeanInfo

Title: HWMTextAreaInfo

Description: A bean info class for HWMTextArea

Company: Altair Engineering, Inc.


Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
HWMTextAreaBeanInfo()
          Constructor
HWMTextAreaBeanInfo(java.lang.Class classBean)
          Constructor: Can be used by a derived class
 
Method Summary
 java.beans.BeanDescriptor getBeanDescriptor()
           
 java.beans.EventSetDescriptor[] getEventSetDescriptors()
          Show only the actionPerformed event
 java.beans.MethodDescriptor[] getMethodDescriptors()
          Returns an array of MethodDescriptors in the HWMTextField bean
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Returns an array of PropertyDescriptors representing the properties of HWMTextField Bean.
 
Methods inherited from class com.altair.hwm.beans.utils.HWMSimpleBeanInfo
AppendMethodDescriptors, AppendPropertyDescriptors, GetEventSetDescriptors, getIcon, GetMethodDescriptors, GetPropertyDescriptors, loadImage
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HWMTextAreaBeanInfo

public HWMTextAreaBeanInfo()
Constructor


HWMTextAreaBeanInfo

public HWMTextAreaBeanInfo(java.lang.Class classBean)
Constructor: Can be used by a derived class

Parameters:
classBean - The bean class which this bean info represents
Method Detail

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Specified by:
getBeanDescriptor in interface java.beans.BeanInfo
Overrides:
getBeanDescriptor in class HWMSimpleBeanInfo

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Returns an array of PropertyDescriptors representing the properties of HWMTextField Bean.

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

getEventSetDescriptors

public java.beans.EventSetDescriptor[] getEventSetDescriptors()
Show only the actionPerformed event

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

getMethodDescriptors

public java.beans.MethodDescriptor[] getMethodDescriptors()
Returns an array of MethodDescriptors in the HWMTextField bean

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