Uses of Class
com.altair.hwm.toolkit.beans.HWMBeanInstance

Packages that use HWMBeanInstance
com.altair.hwm.toolkit.beans   
com.altair.hwm.toolkit.binding   
com.altair.hwm.toolkit.page   
com.altair.hwm.toolkit.property   
 

Uses of HWMBeanInstance in com.altair.hwm.toolkit.beans
 

Methods in com.altair.hwm.toolkit.beans that return HWMBeanInstance
 HWMBeanInstance HWMBeanWrapper.GetBeanInstance()
          Returns the HWMBeanInstance object that represents the bean which this wrapper encapsulated.
 

Methods in com.altair.hwm.toolkit.beans with parameters of type HWMBeanInstance
 void HWMBeanInstance.OnMigrateProject(HWMBeanInstance hwmBeanInstOldDefPrj, HWMBeanInstance hwmBeanInstOldPrj)
          Migrates the prj to a new template.
 

Constructors in com.altair.hwm.toolkit.beans with parameters of type HWMBeanInstance
HWMBeanWrapper(HWMBeanInstance hwmBeanInstance, java.awt.Color colSelected, java.awt.Color colUnselected)
          Constructor
 

Uses of HWMBeanInstance in com.altair.hwm.toolkit.binding
 

Methods in com.altair.hwm.toolkit.binding with parameters of type HWMBeanInstance
 void HWMBindingInfoPropertyPanel.Init(HWMBeanInstance beanInstance, HWMPageMgrModel mgrPage, HWMBindingInfoMgr mgrBinding)
          Initializes the panel to show the bindings of the specified bean
 void HWMBindingInfoView.ShowBindingInfo(HWMBeanInstance hwmBeanInstance)
          Displays the BindingInfoPropertyPanel for the bean instance
 

Uses of HWMBeanInstance in com.altair.hwm.toolkit.page
 

Methods in com.altair.hwm.toolkit.page that return HWMBeanInstance
 HWMBeanInstance HWMPage.GetBeanInstance(int nBeanID)
          Finds the HWMBeanInstance object for a bean on this page by ID
 

Methods in com.altair.hwm.toolkit.page with parameters of type HWMBeanInstance
 void HWMBeanClipBoard.addBeanToClipBoard(HWMBeanInstance hwmBeanInstance)
           
 void HWMPageMgrModel.copyControl(HWMBeanInstance hmwBeanInstance)
          copy bean from page to clipBaord
 void HWMPageMgrModel.copyControl(HWMBeanInstance hmwBeanInstance, boolean mulitpleSelection)
           
 void HWMPageMgrModel.cutControl(HWMBeanInstance hmwBeanInstance)
          cut the bean from page and store it in the clipboard
 void HWMDsgnPage.makeBeanSameSizeAsCopied(HWMBeanInstance from_hwmBeanInstance, HWMBeanInstance to_hwmBeanInstance)
           
 void HWMDsgnPage.moveBeanComponent(HWMBeanInstance to_hwmBeanInstance, java.awt.Dimension beanWidthHeight)
          move Bean Component when user cut/copy/paste of bean...
 void HWMDsgnPage.OnDeleteOfBeanCleanDataModel(HWMBeanInstance m_hwmBeanInstance)
          this method is cleans up the bean related information from the data model when user deletes the bean from the page in designer....
 

Uses of HWMBeanInstance in com.altair.hwm.toolkit.property
 

Methods in com.altair.hwm.toolkit.property with parameters of type HWMBeanInstance
 void HWMBeanPropertyView.Init(java.beans.BeanInfo beanInfo, java.lang.Object beanObject, HWMBeanInstance hwmBeanInstance)
          Introspects the bean for obtaining a property editor for the bean.
 void HWMPropertyMgrView.ShowBeanPropertyPanel(HWMBeanInstance hwmBeanInstance)
          Shows the property panel for a particular beanInstance.