Uses of Class
com.altair.hwm.toolkit.page.HWMPageMgrModel

Packages that use HWMPageMgrModel
com.altair.hwm.toolkit.binding   
com.altair.hwm.toolkit.frame   
com.altair.hwm.toolkit.page   
 

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

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

Uses of HWMPageMgrModel in com.altair.hwm.toolkit.frame
 

Methods in com.altair.hwm.toolkit.frame with parameters of type HWMPageMgrModel
 void HWMDsgnMenuToolBarHandler.OnPageAdded(HWMPageMgrModel hwmPgMgrModel, HWMPage hwmPage)
          This is invoked when the frame gets a event from menu item asking it to add a page
 void HWMDsgnMenuToolBarHandler.OnPageRemoved(HWMPageMgrModel hwmPgMgrModel, HWMPage hwmPage)
          This is invoked when the frame gets a event from menu item notifying it that a page has been removed
 

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

Subclasses of HWMPageMgrModel in com.altair.hwm.toolkit.page
 class HWMDsgnPageMgrModel
          Title: HWMDsgnPageMgrModel
 

Methods in com.altair.hwm.toolkit.page that return HWMPageMgrModel
 HWMPageMgrModel HWMModelInstance.GetPageMgrModel()
          Get the page mgr model for this instance
 

Methods in com.altair.hwm.toolkit.page with parameters of type HWMPageMgrModel
 void HWMPageMgrModel.OnMigrateProject(HWMPageMgrModel hwmOldPgMgrModel, HWMPageMgrModel hwmOldDefPgMgrModel)
          Migrates the old model pg mgr model to follow the new template.