Uses of Interface
com.altair.hwm.interfaces.IHWMFrameWork

Packages that use IHWMFrameWork
com.altair.hwm.beans.database   
com.altair.hwm.beans.hm   
com.altair.hwm.beans.utils   
com.altair.hwm.interfaces   
com.altair.hwm.toolkit.hwpm   
com.altair.hwm.toolkit.page   
com.altair.hwm.toolkit.workflow   
 

Uses of IHWMFrameWork in com.altair.hwm.beans.database
 

Methods in com.altair.hwm.beans.database with parameters of type IHWMFrameWork
 void HWMStartDB.SetFrameWork(IHWMFrameWork hwmFrameWork)
          Overrides the IHWMControl's SetHWMFrameWork to create all the necessary hm bean's comm classes
 

Uses of IHWMFrameWork in com.altair.hwm.beans.hm
 

Methods in com.altair.hwm.beans.hm that return IHWMFrameWork
 IHWMFrameWork PmgrExec.GetFrameWork()
          Returns the interface using which a bean can communicate directly with the HWM application.
 

Methods in com.altair.hwm.beans.hm with parameters of type IHWMFrameWork
 void PmgrExec.SetFrameWork(IHWMFrameWork hwmFrameWork)
          This method is called by the HWM Application to set the interface with which a bean (button control) can communicate directly with the HWM application.
 void HMView.SetFrameWork(IHWMFrameWork hwmFrameWork)
          Overrides the IHWMControl's SetHWMFrameWork to create all the necessary hm bean's comm classes
 void HMStart.SetFrameWork(IHWMFrameWork hwmFrameWork)
          Overrides the IHWMControl's SetHWMFrameWork to create all the necessary hm bean's comm classes
 void HMSelect.SetFrameWork(IHWMFrameWork hwmFrameWork)
          Overrides the IHWMControl's SetHWMFrameWork to create all the necessary hm bean's comm classes
 void HMScale.SetFrameWork(IHWMFrameWork hwmFrameWork)
          Overrides the IHWMControl's SetHWMFrameWork to create all the necessary hm bean's comm classes
 void HMReflect.SetFrameWork(IHWMFrameWork hwmFrameWork)
          Overrides the IHWMControl's SetHWMFrameWork to create all the necessary hm bean's comm classes
 void HMMesh.SetFrameWork(IHWMFrameWork hwmFrameWork)
          Overrides the IHWMControl's SetHWMFrameWork to create all the necessary hm bean's comm classes
 void HMImport.SetFrameWork(IHWMFrameWork hwmFrameWork)
          Overrides the IHWMControl's SetHWMFrameWork to create all the necessary hm bean's comm classes
 void HMEvalTCLProc.SetFrameWork(IHWMFrameWork hwmFrameWork)
          Overrides the IHWMControl's SetHWMFrameWork to create all the necessary hm bean's comm classes
 void HMEvalTCL.SetFrameWork(IHWMFrameWork hwmFrameWork)
          Overrides the IHWMControl's SetHWMFrameWork to create all the necessary hm bean's comm classes
 void HMCreatePoint.SetFrameWork(IHWMFrameWork hwmFrameWork)
          Overrides the IHWMControl's SetHWMFrameWork to create all the necessary hm bean's comm classes
 void HMCreateLine.SetFrameWork(IHWMFrameWork hwmFrameWork)
          Overrides the IHWMControl's SetHWMFrameWork to create all the necessary hm bean's comm classes
 void HMBoundingBox.SetFrameWork(IHWMFrameWork hwmFrameWork)
          Overrides the IHWMControl's SetHWMFrameWork to create all the necessary hm bean's comm classes
 void FEPreSelect.SetFrameWork(IHWMFrameWork hwmFrameWork)
          Overrides the IHWMControl's SetHWMFrameWork to create all the necessary hm bean's comm classes
 

Uses of IHWMFrameWork in com.altair.hwm.beans.utils
 

Methods in com.altair.hwm.beans.utils that return IHWMFrameWork
 IHWMFrameWork HWMTextField.GetFrameWork()
          Returns the interface using which a bean can communicate directly with the HWM application.
 IHWMFrameWork HWMTextArea.GetFrameWork()
          Returns the interface using which a bean can communicate directly with the HWM application.
 IHWMFrameWork HWMSpinner.GetFrameWork()
          Returns the interface using which a bean can communicate directly with the HWM application.
 IHWMFrameWork HWMSlider.GetFrameWork()
          Returns the interface using which a bean can communicate directly with the HWM application.
 IHWMFrameWork HWMSeparator.GetFrameWork()
          Returns the interface using which a bean can communicate directly with the HWM application.
 IHWMFrameWork HWMRadioButton.GetFrameWork()
          Returns the interface using which a bean can communicate directly with the HWM application.
 IHWMFrameWork HWMMinMaxIcon.GetFrameWork()
          Returns the interface using which a bean can communicate directly with the HWM application.
 IHWMFrameWork HWMListBox.GetFrameWork()
          Returns the interface using which a bean can communicate directly with the HWM application.
 IHWMFrameWork HWMLabel.GetFrameWork()
          Returns the interface using which a bean can communicate directly with the HWM application.
 IHWMFrameWork HWMComboBox.GetFrameWork()
          Returns the interface using which a bean can communicate directly with the HWM application.
 IHWMFrameWork HWMCheckBox.GetFrameWork()
          Returns the interface using which a bean can communicate directly with the HWM application.
 IHWMFrameWork HWMButton.GetFrameWork()
          Returns the interface using which a bean can communicate directly with the HWM application.
 IHWMFrameWork HWMBasePanel.GetFrameWork()
          Returns the interface using which a bean can communicate directly with the HWM application.
 

Methods in com.altair.hwm.beans.utils with parameters of type IHWMFrameWork
 void HWMActionScript.ExecuteScript(java.lang.Object obj, IHWMFrameWork hwmFrameWork)
          Execute the script
 void HWMTextField.SetFrameWork(IHWMFrameWork hwmFrameWork)
          This method is called by the HWM Application to set the interface with which a bean can communicate directly with the HWM application.
 void HWMTextArea.SetFrameWork(IHWMFrameWork hwmFrameWork)
          This method is called by the HWM Application to set the interface with which a bean can communicate directly with the HWM application.
 void HWMSpinner.SetFrameWork(IHWMFrameWork hwmFrameWork)
          This method is called by the HWM Application to set the interface with which a bean can communicate directly with the HWM application.
 void HWMSlider.SetFrameWork(IHWMFrameWork hwmFrameWork)
          This method is called by the HWM Application to set the interface with which a bean can communicate directly with the HWM application.
 void HWMSeparator.SetFrameWork(IHWMFrameWork hwmFrameWork)
          This method is called by the HWM Application to set the interface with which a bean can communicate directly with the HWM application.
 void HWMRadioButton.SetFrameWork(IHWMFrameWork hwmFrameWork)
          This method is called by the HWM Application to set the interface with which a bean can communicate directly with the HWM application.
 void HWMMinMaxIcon.SetFrameWork(IHWMFrameWork hwmFrameWork)
          This method is called by the HWM Application to set the interface with which a bean can communicate directly with the HWM application.
 void HWMListBox.SetFrameWork(IHWMFrameWork hwmFrameWork)
          This method is called by the HWM Application to set the interface with which a bean can communicate directly with the HWM application.
 void HWMLabel.SetFrameWork(IHWMFrameWork hwmFrameWork)
          This method is called by the HWM Application to set the interface with which a bean can communicate directly with the HWM application.
 void HWMFileBrowser.SetFrameWork(IHWMFrameWork hwmFrameWork)
          This method is called by the HWM Application to set the interface with which a bean can communicate directly with the HWM application.
 void HWMComboBox.SetFrameWork(IHWMFrameWork hwmFrameWork)
          This method is called by the HWM Application to set the interface with which a bean can communicate directly with the HWM application.
 void HWMCheckBox.SetFrameWork(IHWMFrameWork hwmFrameWork)
          This method is called by the HWM Application to set the interface with which a bean can communicate directly with the HWM application.
 void HWMButton.SetFrameWork(IHWMFrameWork hwmFrameWork)
          This method is called by the HWM Application to set the interface with which a bean can communicate directly with the HWM application.
 void HWMBasePanel.SetFrameWork(IHWMFrameWork hwmFrameWork)
          This method is called by the HWM Application to set the interface with which a bean can communicate directly with the HWM application.
 

Uses of IHWMFrameWork in com.altair.hwm.interfaces
 

Methods in com.altair.hwm.interfaces with parameters of type IHWMFrameWork
 int IHWMUserExit.OnProjectClose(IHWMFrameWork hwmFrameWork)
          Method that acts as an exit function for Project Close (Pre)
 int HWMUserExitAdapter.OnProjectClose(IHWMFrameWork hwmFrameWork)
          Method that acts as an exit function for Project Close (Pre)
 int IHWMUserExit.OnProjectNewPost(IHWMFrameWork hwmFrameWork)
          Method that acts as an user exit function for Project New Post
 int HWMUserExitAdapter.OnProjectNewPost(IHWMFrameWork hwmFrameWork)
          Method that acts as an user exit function for Project New Post
 int IHWMUserExit.OnProjectOpenPost(IHWMFrameWork hwmFrameWork)
          Method that acts as the user exit function for Project Open Post
 int HWMUserExitAdapter.OnProjectOpenPost(IHWMFrameWork hwmFrameWork)
          Method that acts as the user exit function for Project Open Post
 int IHWMUserExit.OnProjectSavePost(IHWMFrameWork hwmFrameWork)
          Method that acts as an exit function for Project Save Post
 int HWMUserExitAdapter.OnProjectSavePost(IHWMFrameWork hwmFrameWork)
          Method that acts as an exit function for Project Save Post
 int IHWMUserExit.OnProjectSavePre(IHWMFrameWork hwmFrameWork)
          Method that acts as an exit function for Project Save Pre
 int HWMUserExitAdapter.OnProjectSavePre(IHWMFrameWork hwmFrameWork)
          Method that acts as an exit function for Project Save Pre
 void IHWMControl.SetFrameWork(IHWMFrameWork hwmFrameWork)
          This method is called by the HWM Application to set the interface with which a bean can communicate directly with the HWM application.
 

Uses of IHWMFrameWork in com.altair.hwm.toolkit.hwpm
 

Methods in com.altair.hwm.toolkit.hwpm that return IHWMFrameWork
 IHWMFrameWork HWPMInteraction.GetFrameWork()
          Get the currently active model instance
 

Methods in com.altair.hwm.toolkit.hwpm with parameters of type IHWMFrameWork
 void HWPMInteraction.SetFrameWork(IHWMFrameWork iHWMFrameWork)
          Set the framework
 

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

Classes in com.altair.hwm.toolkit.page that implement IHWMFrameWork
 class HWMAppModelInstance
          Title: HWMAppModelInstance
 class HWMDsgnModelInstance
          Title: HWMDsgnModelInstance
 class HWMModelInstance
          Title: HWMModelInstance
 

Methods in com.altair.hwm.toolkit.page with parameters of type IHWMFrameWork
 void HWMPageMgrModel.InitBeans(IHWMFrameWork iFrameWork)
          Initializes all the beans on all the pages.
 void HWMPage.InitBeans(IHWMFrameWork iFrameWork)
          Initializes all the beans on this page.
 

Uses of IHWMFrameWork in com.altair.hwm.toolkit.workflow
 

Methods in com.altair.hwm.toolkit.workflow with parameters of type IHWMFrameWork
 void HWMWorkflowModel.InitCustomWorkflowView(IHWMFrameWork hwmFrameWork)
          Initializes the custom view bean.
 void HWMWorkflowModel.Initialize(IHWMFrameWork hwmFrameWork, boolean bPMMode)
          Initializes the workflow.