com.altair.hwm.beans.hm
Class HMViewBeanInfo

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

public class HMViewBeanInfo
extends HWMSimpleBeanInfo

Title: HMViewBeanInfo

Description: This BeanInfo class for HMView bean

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
HMViewBeanInfo()
          Constructor
 
Method Summary
 java.beans.BeanDescriptor getBeanDescriptor()
          Returns the bean descriptor object for this bean.
 java.beans.MethodDescriptor[] getMethodDescriptors()
          Returns the array of method descriptors for this bean.
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Returns the array of property descriptors for this 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, getEventSetDescriptors
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HMViewBeanInfo

public HMViewBeanInfo()
Constructor

Method Detail

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Returns the bean descriptor object for this bean.

Specified by:
getBeanDescriptor in interface java.beans.BeanInfo
Overrides:
getBeanDescriptor in class HWMSimpleBeanInfo
Returns:
BeanDescriptor The bean descriptor for this bean

getMethodDescriptors

public java.beans.MethodDescriptor[] getMethodDescriptors()
Returns the array of method descriptors for this bean.

Specified by:
getMethodDescriptors in interface java.beans.BeanInfo
Overrides:
getMethodDescriptors in class java.beans.SimpleBeanInfo
Returns:
MethodDescriptor[] The array of method descriptors for this bean

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Returns the array of property descriptors for this bean.

Specified by:
getPropertyDescriptors in interface java.beans.BeanInfo
Overrides:
getPropertyDescriptors in class java.beans.SimpleBeanInfo
Returns:
PropertyDescriptor[] The array of property descriptors for this bean