|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.altair.hwm.toolkit.page.HWMPageMgrModel
com.altair.hwm.toolkit.page.HWMDsgnPageMgrModel
public class HWMDsgnPageMgrModel
Title: HWMDsgnPageMgrModel
Description: This is page mgr model in designer mode. It inherits form the more generic pg mgr model
Company: Altair Engineering, Inc.
Field Summary |
---|
Fields inherited from class com.altair.hwm.toolkit.page.HWMPageMgrModel |
---|
PROP_PGMGR_CURRPG, VERSION_PRJ |
Constructor Summary | |
---|---|
HWMDsgnPageMgrModel(HWMModelInstance hwmModelInstance)
Constructor |
Method Summary | |
---|---|
HWMPage |
AddPage()
Inserts a new blank page. |
HWMPage |
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 |
void |
ExportPage(java.io.ObjectOutputStream objOut)
Export the current page onto the given filename |
HWMPage |
ImportPage(HWMObjectInputStream objInp)
Import the page that has been saved as the given file |
boolean |
IsControlsEnabled()
Returns the status of the controls |
void |
SetControlsEnabled(boolean bEnable)
Enables/disables controls on all pages |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HWMDsgnPageMgrModel(HWMModelInstance hwmModelInstance)
iFrameWork
- The framework interfaceMethod Detail |
---|
public HWMPage AddPage()
public HWMPage DeleteCurrentPage()
public void ExportPage(java.io.ObjectOutputStream objOut) throws java.lang.Exception
objOutput
- The stream to export the current page
java.lang.Exception
public HWMPage ImportPage(HWMObjectInputStream objInp) throws java.lang.Exception
strFilename
- The file to import
java.lang.Exception
public void SetControlsEnabled(boolean bEnable)
public boolean IsControlsEnabled()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |