|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.altair.hwm.toolkit.utils.HWMTplProps
public class HWMTplProps
Title: HWMTplProps
Description: This class holds on to template specific properties like:
a> The class loader
b> The beans in the jar files
c> The workflow view props like icon only, text only etc.
Company: Altair Engineering, Inc.
Constructor Summary | |
---|---|
HWMTplProps(java.lang.String strTplName,
HWMClassLoader hwmClassLoader,
int nAppType,
boolean bAuthorMode)
Constructor |
Method Summary | |
---|---|
int |
AddRef()
Increments the ref count |
void |
AddToClassPath()
Add pmt specific jars to CP |
void |
BuildCategories()
Build the categories for pmt specific beans |
void |
ClearAll()
|
HWMClassLoader |
GetClassLoader()
Returns this template specific CL |
HWMMenuToolBarPreferences |
GetMenuToolBarPreferences()
Returns the menu toolbar preferences |
int |
GetRef()
Decrements the ref count |
javax.swing.tree.DefaultTreeModel |
GetTemplateCategories()
Returns this template specific categories |
java.lang.String |
GetTplDir()
Returns the template dir |
java.lang.String |
GetTplName()
Returns the full path name of the template |
java.util.Properties |
GetTplParameterValuePairs()
Returns the properties (i.e. |
HWMTplPreferences |
GetTplPreferences()
Returns a ref the template preferences |
int |
ReleaseRef()
Decrements the ref count |
void |
SetTplParameterValuePairs(java.util.Properties propsParamVals)
Set the properties required by the template |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HWMTplProps(java.lang.String strTplName, HWMClassLoader hwmClassLoader, int nAppType, boolean bAuthorMode) throws java.lang.Exception
strTplName
- The pmt name for which this class loader is
createdhwmClassLoader
- The parent class loadernAppType
- The type of application. Will be one of
HWMModelInstance.APPTYPE_XXXbAuthorMode
- If true - then author mode else app mode.
java.lang.Exception
Method Detail |
---|
public void AddToClassPath() throws java.lang.Exception
java.lang.Exception
public void BuildCategories() throws java.lang.Exception
java.lang.Exception
public HWMClassLoader GetClassLoader()
public javax.swing.tree.DefaultTreeModel GetTemplateCategories()
public int AddRef()
public int ReleaseRef()
public int GetRef()
public HWMTplPreferences GetTplPreferences()
public java.util.Properties GetTplParameterValuePairs()
public HWMMenuToolBarPreferences GetMenuToolBarPreferences()
public java.lang.String GetTplName()
public java.lang.String GetTplDir()
public void SetTplParameterValuePairs(java.util.Properties propsParamVals)
propsParamVals
- The properties required by the templatepublic void ClearAll()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |