|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.altair.hwm.toolkit.beans.HWMBeanInfo
public class HWMBeanInfo
Title: HWMBeanInfo
Description: This class is passed as the data when a bean is dragged and dropped onto a page. This wraps the BeanInfo object and the complete path for the jar file containing the bean.
Company:
Altair Engineering, Inc.
Constructor Summary | |
---|---|
HWMBeanInfo(java.beans.BeanInfo beanInfo,
java.lang.String strBeanDisplayName)
Constructor |
Method Summary | |
---|---|
java.beans.BeanInfo |
GetBeanInfo()
Returns the BeanInfo object |
java.lang.String |
GetBeanName()
Returns the user friendly name for the bean |
java.lang.String |
toString()
Returns the bean display name |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HWMBeanInfo(java.beans.BeanInfo beanInfo, java.lang.String strBeanDisplayName)
beanInfo
- BeanInfo object for the beanstrBeanDisplayName
- The user friendly name for the beanMethod Detail |
---|
public java.beans.BeanInfo GetBeanInfo()
public java.lang.String GetBeanName()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |