Uses of Class
com.altair.hwm.toolkit.utils.HWMPageConstraints

Packages that use HWMPageConstraints
com.altair.hwm.toolkit.page   
com.altair.hwm.toolkit.utils   
 

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

Methods in com.altair.hwm.toolkit.page that return HWMPageConstraints
 HWMPageConstraints[] HWMPage.GetAllPageConstraints()
          Get the array of Page constraints (layout constraint of each bean in the page)
 HWMPageConstraints HWMDsgnPage.GetConstraints(java.awt.Component comp)
          Sets the constraints for the component in the page
 

Methods in com.altair.hwm.toolkit.page with parameters of type HWMPageConstraints
 void HWMDsgnPage.SetConstraints(HWMBeanWrapper hwmBeanWrapper, HWMPageConstraints hwmPgConstraints)
          Sets the constraints for the component in the page
 

Uses of HWMPageConstraints in com.altair.hwm.toolkit.utils
 

Methods in com.altair.hwm.toolkit.utils that return HWMPageConstraints
 HWMPageConstraints[] HWMPageLayout.GetAllConstraints()
          Returns array of constraints
 HWMPageConstraints HWMPageLayout.GetConstraints(java.awt.Component comp)
          Gets the constraints for the component
 

Methods in com.altair.hwm.toolkit.utils with parameters of type HWMPageConstraints
 void HWMPageLayout.SetConstraints(java.awt.Component comp, HWMPageConstraints hwmPageConstraints)
          Sets the constraints for the component.