

Public Member Functions | |
| String | getAppName () |
| String | getAppId () |
| String | getAppConstraints () |
| String | getAppPreferences () |
| JButton | submitButton () |
| JButton | cancelButton () |
| String | getAppArgs () |
| String[] | getOutputFiles () |
| boolean | shouldForceDifferentMachines () |
| boolean | isRegular () |
| boolean | isBsp () |
| boolean | isParametric () |
| String[] | getInputFiles () |
| int | getTaskNum () |
| ParametricCopyHolder[] | getCopies () |
Package Functions | |
| ExecuteApplicationPanel (String appPath_, String appId_) | |
Package Attributes | |
| RegularPanel | regularPanel |
| BspPanel | bspPanel |
| ParametricPanel | parametricPanel |
| JPanel | middleBottomPanel |
| MultiOptionHolder | optionHolder |
| String | lastSelectedDir |
Private Member Functions | |
| void | switchPanel () |
| void | reset () |
| void | readExecDescriptor () |
| void | writeExecDescriptor () |
Private Attributes | |
| JButton | submitButton |
| JButton | cancelButton |
| JRadioButton | regularButton |
| JRadioButton | bspButton |
| JRadioButton | parametricButton |
| JRadioButton | lastSelectedButton |
| JButton | loadButton |
| JButton | saveButton |
Static Private Attributes | |
| final int | INPUT_STRING_SIZE = (new String("inputFile")).length() |
| final int | OUTPUT_STRING_SIZE = (new String("outputFile")).length() |
| final int | APP_CONSTR_STRING_SIZE = (new String("appConstraints")).length() |
| final int | APP_PREFS_STRING_SIZE = (new String("appPreferences")).length() |
| final int | APP_ARGS_STRING_SIZE = (new String("appArgs")).length() |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.3