com.altair.hwm.beans.utils
Class HWMSeparatorBeanInfo
java.lang.Object
java.beans.SimpleBeanInfo
com.altair.hwm.beans.utils.HWMSimpleBeanInfo
com.altair.hwm.beans.utils.HWMSeparatorBeanInfo
- All Implemented Interfaces:
- java.beans.BeanInfo
public class HWMSeparatorBeanInfo
- extends HWMSimpleBeanInfo
Title: HWMSeparatorBeanInfo
Description: The bean info for the separator class
Company: Altair Engineering, Inc.
Fields inherited from interface java.beans.BeanInfo |
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
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 |
HWMSeparatorBeanInfo
public HWMSeparatorBeanInfo()
- Constructor
getBeanDescriptor
public java.beans.BeanDescriptor getBeanDescriptor()
- Specified by:
getBeanDescriptor
in interface java.beans.BeanInfo
- Overrides:
getBeanDescriptor
in class HWMSimpleBeanInfo
getMethodDescriptors
public java.beans.MethodDescriptor[] getMethodDescriptors()
- Specified by:
getMethodDescriptors
in interface java.beans.BeanInfo
- Overrides:
getMethodDescriptors
in class java.beans.SimpleBeanInfo
getEventSetDescriptors
public java.beans.EventSetDescriptor[] getEventSetDescriptors()
- Returns the HWMCmdEvent as the only event
- Specified by:
getEventSetDescriptors
in interface java.beans.BeanInfo
- Overrides:
getEventSetDescriptors
in class java.beans.SimpleBeanInfo
- Returns:
- EventSetDescriptor[] The array of events that the bean exposes
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
- Returns the properties that bean exposes
- Specified by:
getPropertyDescriptors
in interface java.beans.BeanInfo
- Overrides:
getPropertyDescriptors
in class java.beans.SimpleBeanInfo
- Returns:
- PropertyDescriptor[] The array of properties that the bean
exposes
getIcon
public java.awt.Image getIcon(int nIconKind)
- Specified by:
getIcon
in interface java.beans.BeanInfo
- Overrides:
getIcon
in class HWMSimpleBeanInfo