|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.beans.SimpleBeanInfo
com.altair.hwm.beans.utils.HWMSimpleBeanInfo
public class HWMSimpleBeanInfo
Title: HWMSimpleBeanInfo
Description: Class derived from SimpleBeanINfo, exposing methods such as enable/disable, and properties such as enable/disable, UIvisible, and foreground, backgound colors
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 | |
---|---|
HWMSimpleBeanInfo()
|
|
HWMSimpleBeanInfo(java.lang.Class classBean)
|
Method Summary | |
---|---|
java.beans.MethodDescriptor[] |
AppendMethodDescriptors(java.beans.MethodDescriptor[] arrMethDescDerived)
Append the property descriptors defined in this base class with those defined in the derived class |
java.beans.PropertyDescriptor[] |
AppendPropertyDescriptors(java.beans.PropertyDescriptor[] arrPropDescDerived)
Append the property descriptors defined in this base class with those defined in the derived class |
java.beans.BeanDescriptor |
getBeanDescriptor()
|
java.beans.EventSetDescriptor[] |
GetEventSetDescriptors()
Returns the HWMCmdEvent as the only event |
java.awt.Image |
getIcon(int nIconKind)
|
java.beans.MethodDescriptor[] |
GetMethodDescriptors()
|
java.beans.PropertyDescriptor[] |
GetPropertyDescriptors()
|
java.awt.Image |
loadImage(java.lang.String strImgName)
This is a utility method to help in loading icon images. |
Methods inherited from class java.beans.SimpleBeanInfo |
---|
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, getPropertyDescriptors |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HWMSimpleBeanInfo()
public HWMSimpleBeanInfo(java.lang.Class classBean)
Method Detail |
---|
public java.beans.BeanDescriptor getBeanDescriptor()
getBeanDescriptor
in interface java.beans.BeanInfo
getBeanDescriptor
in class java.beans.SimpleBeanInfo
public java.beans.MethodDescriptor[] GetMethodDescriptors()
public java.beans.EventSetDescriptor[] GetEventSetDescriptors()
public java.beans.PropertyDescriptor[] GetPropertyDescriptors()
public java.awt.Image getIcon(int nIconKind)
getIcon
in interface java.beans.BeanInfo
getIcon
in class java.beans.SimpleBeanInfo
public java.beans.PropertyDescriptor[] AppendPropertyDescriptors(java.beans.PropertyDescriptor[] arrPropDescDerived)
public java.beans.MethodDescriptor[] AppendMethodDescriptors(java.beans.MethodDescriptor[] arrMethDescDerived)
public java.awt.Image loadImage(java.lang.String strImgName)
loadImage
in class java.beans.SimpleBeanInfo
strImgName
- A pathname of the image file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |