|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITCLCodeCreator
Title: ITCLCodeCreator
Description: The TCL CodeCreator interface will allow the beans to write itself as the equivalent TCL code. The bean will use the methods defined to generate the necesssary TCL for functioning in the HWPM mode. The methods implemented creates the UI, and all the necessary methods to needed for the TCL Task module. NOTE: The layout specific properties will get added to this later. Company: Altair Engineering, Inc.
Method Summary | |
---|---|
java.lang.String |
TCLCreateAdditionalEventProcs()
This method rerurns the TCL statement string for any additional procedures that is requred for the bean. |
java.lang.String |
TCLCreateExec()
This method returns the TCL statement string that performs the execution of script associated with the bean. |
java.lang.String |
TCLCreateGetDataFromDataModel()
This method returns the TCL statement string that gets the data in the datamodel. |
java.lang.String |
TCLCreateMemberVariables()
This method returns the TCL statement string for all the memeber variables referred by the bean in question. |
java.lang.String |
TCLCreateOnDataModelChanged()
This method returns the TCL statement string that implements the functionlaity requred to handle the "OnDataModelChanged" event. |
java.lang.String |
TCLCreateSetDataInDataModel()
This method returns the TCL statement string that sets the data in the datamodel. |
java.lang.String |
TCLCreateUI()
This method returns the TCL statement string for creating the GUI for the bean in question. |
Method Detail |
---|
java.lang.String TCLCreateUI() throws java.lang.Exception
java.lang.Exception
java.lang.String TCLCreateMemberVariables() throws java.lang.Exception
java.lang.Exception
java.lang.String TCLCreateSetDataInDataModel() throws java.lang.Exception
java.lang.Exception
java.lang.String TCLCreateGetDataFromDataModel() throws java.lang.Exception
java.lang.Exception
java.lang.String TCLCreateExec() throws java.lang.Exception
java.lang.Exception
java.lang.String TCLCreateOnDataModelChanged() throws java.lang.Exception
java.lang.Exception
java.lang.String TCLCreateAdditionalEventProcs() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |