com.altair.hwm.toolkit.beans
Class HWMBeanInfo

java.lang.Object
  extended by com.altair.hwm.toolkit.beans.HWMBeanInfo

public class HWMBeanInfo
extends java.lang.Object

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

HWMBeanInfo

public HWMBeanInfo(java.beans.BeanInfo beanInfo,
                   java.lang.String strBeanDisplayName)
Constructor

Parameters:
beanInfo - BeanInfo object for the bean
strBeanDisplayName - The user friendly name for the bean
Method Detail

GetBeanInfo

public java.beans.BeanInfo GetBeanInfo()
Returns the BeanInfo object


GetBeanName

public java.lang.String GetBeanName()
Returns the user friendly name for the bean


toString

public java.lang.String toString()
Returns the bean display name

Overrides:
toString in class java.lang.Object
Returns:
String The string representation of this class