com.altair.hwm.beans.hm
Class HMBoundingBoxBeanInfo

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

public class HMBoundingBoxBeanInfo
extends HWMButtonBeanInfo

Title: HMBoundingBoxBeanInfo

Description: BeanInfo class for HMBoundingBox

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
HMBoundingBoxBeanInfo()
          Constructor
 
Method Summary
 java.beans.MethodDescriptor[] AppendMethodDescriptors(java.beans.MethodDescriptor[] arrMethDescDerived)
          Append the property descriptors defined in this base class with those defined in this class
 java.beans.PropertyDescriptor[] AppendPropertyDescriptors(java.beans.PropertyDescriptor[] arrPropDescDerived)
          Append the property descriptors defined in this base class with those defined in this class
 java.beans.BeanDescriptor getBeanDescriptor()
          Returns the Bean Descriptor for HMBoundingBox bean
 java.beans.EventSetDescriptor[] getEventSetDescriptors()
          Show only the HWMCmdEvent
 java.beans.MethodDescriptor[] getMethodDescriptors()
          Returns an array of MethodDescriptors in the HMBoundingBox bean
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Returns an array of PropertyDescriptors representing the properties of HMBoundingBox Bean.
 
Methods inherited from class com.altair.hwm.beans.utils.HWMSimpleBeanInfo
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

HMBoundingBoxBeanInfo

public HMBoundingBoxBeanInfo()
Constructor

Method Detail

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Returns the Bean Descriptor for HMBoundingBox bean

Specified by:
getBeanDescriptor in interface java.beans.BeanInfo
Overrides:
getBeanDescriptor in class HWMButtonBeanInfo

getPropertyDescriptors

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

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

getEventSetDescriptors

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

Specified by:
getEventSetDescriptors in interface java.beans.BeanInfo
Overrides:
getEventSetDescriptors in class HWMButtonBeanInfo
Returns:
EventSetDescriptor[] The array of events that the bean exposes

getMethodDescriptors

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

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

AppendPropertyDescriptors

public java.beans.PropertyDescriptor[] AppendPropertyDescriptors(java.beans.PropertyDescriptor[] arrPropDescDerived)
Append the property descriptors defined in this base class with those defined in this class

Overrides:
AppendPropertyDescriptors in class HWMSimpleBeanInfo
Parameters:
arrPropDescDerived - the prop desc from this class

AppendMethodDescriptors

public java.beans.MethodDescriptor[] AppendMethodDescriptors(java.beans.MethodDescriptor[] arrMethDescDerived)
Append the property descriptors defined in this base class with those defined in this class

Overrides:
AppendMethodDescriptors in class HWMSimpleBeanInfo
Parameters:
arrMethDescDerived - the method desc from this class