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

Packages that use IHWMFrame
com.altair.hwm.interfaces   
com.altair.hwm.toolkit.frame   
com.altair.hwm.toolkit.hwpm   
com.altair.hwm.toolkit.page   
 

Uses of IHWMFrame in com.altair.hwm.interfaces
 

Methods in com.altair.hwm.interfaces that return IHWMFrame
 IHWMFrame IHWMFrameWork.GetFrame()
          Returns the IHWMFrame interface.
 

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

Classes in com.altair.hwm.toolkit.frame that implement IHWMFrame
 class HWMAppFrameView
          Title: HWMAppFrameView
 class HWMDsgnFrameView
          Title: HWMDsgnFrameView
 

Methods in com.altair.hwm.toolkit.frame that return IHWMFrame
 IHWMFrame HWMFrameModel.GetIHWMFrame()
          Returns the IHWMFrame interface.
 

Constructors in com.altair.hwm.toolkit.frame with parameters of type IHWMFrame
HWMAppFrameModel(java.awt.Component frameEPIC, IHWMFrame ihwmFrame)
          Constructor
HWMDsgnFrameModel(java.awt.Component frameEPIC, IHWMFrame ihwmFrame)
          Constructor
HWMFrameModel(java.awt.Component frameEPIC, IHWMFrame ihwmFrame)
          Constructor
 

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

Methods in com.altair.hwm.toolkit.hwpm that return IHWMFrame
 IHWMFrame HWPMInteraction.GetFrame()
          Get the IFrame interface.
 

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

Methods in com.altair.hwm.toolkit.page that return IHWMFrame
 IHWMFrame HWMModelInstance.GetFrame()
          Returns the IHWMFrame interface.
 

Constructors in com.altair.hwm.toolkit.page with parameters of type IHWMFrame
HWMAppModelInstance(java.awt.Component frameEPIC, IHWMFrame iHWMFrame)
          Constructor
HWMDsgnModelInstance(java.awt.Component frameEPIC, IHWMFrame iHWMFrame)
          Constructor
HWMModelInstance(java.awt.Component frameEPIC, IHWMFrame iHWMFrame)
          Constructor