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

Packages that use HWMPage
com.altair.hwm.toolkit.frame   
com.altair.hwm.toolkit.page   
com.altair.hwm.toolkit.property   
 

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

Methods in com.altair.hwm.toolkit.frame with parameters of type HWMPage
 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
 void HWMDsgnMenuToolBarHandler.OnPageSelected(HWMPage hwmPage)
          This is invoked when the frame gets a toolkit event notifying it that a page has been selected
 

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

Subclasses of HWMPage in com.altair.hwm.toolkit.page
 class HWMDsgnPage
          Title: HWMDsgnPage
 

Methods in com.altair.hwm.toolkit.page that return HWMPage
 HWMPage HWMDsgnPageMgrModel.AddPage()
          Inserts a new blank page.
 HWMPage HWMDsgnPageMgrModel.DeleteCurrentPage()
          Delete the current page from the vector; remove the page component from the panel and set the current page to the first in the vector of pages
 HWMPage HWMPageMgrModel.GetCurrentPage()
          Get the current page
 HWMPage HWMPageMgrView.GetPage()
          Get the page
 HWMPage HWMPageMgrModel.GetPageByID(int nPageID)
          Finds a page by virtue of the ID of the page
 HWMPage HWMPageMgrModel.GetPageByName(java.lang.String szPageName)
          Finds a page by virtue of the name of the page
 HWMPage HWMDsgnPageMgrModel.ImportPage(HWMObjectInputStream objInp)
          Import the page that has been saved as the given file
 HWMPage HWMDsgnModelInstance.ImportPage(java.lang.String strFilename)
          Import the page that has been saved as the given file
 

Methods in com.altair.hwm.toolkit.page with parameters of type HWMPage
 void HWMTclExporter.ExportTCLPage(java.io.BufferedWriter fwriter, HWMPage hwmPage)
          Exports the current page.
 void HWMPage.OnMigrateProject(HWMPage hwmPgOldDefPrj, HWMPage hwmPgOldPrj)
          Migrates the prj to a new template.
 void HWMPageMgrModel.SetCurrentPage(HWMPage hwmPageCurrent)
          Set the current page
 void HWMPageMgrModel.SetCurrentPage(java.lang.Object objSrc, HWMPage hwmPageCurrent)
          Set the current page
 void HWMPageMgrView.SetPage(HWMPage pageNew, java.lang.Object objOrigSrc)
          Sets the visible page
 void HWMTclExporter.TCLCreateDisplayWndProc(java.io.BufferedWriter fwriter, java.lang.String strMemeberVars, java.lang.String strTCLCode, HWMPage hwmPage)
          This procedure writes out the TCL code for the DisplayWnd procedure for the page.
 

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

Methods in com.altair.hwm.toolkit.property with parameters of type HWMPage
 void HWMPropertyMgrView.ShowPagePropertyPanel(HWMPage hwmPage)
          Shows the property panel for the page