Public Member Functions | |
BatchSetup (JFrame jParent, GUIManager oManager) | |
Constructor. | |
BatchSetup (JFrame jParent, GUIManager oManager, String sBatchFile) throws ModelException | |
Constructor. | |
void | actionPerformed (ActionEvent oEvent) |
Controls actions for this window. | |
void | AddParFile (String sParFileName, int iNumTimesToRun) |
Adds a new parameter file to the list for this batch. |
Copyright: Copyright (c) Charles D. Canham 2005
Company: Institute of Ecosystem Studies
javawrapper::BatchSetup::BatchSetup | ( | JFrame | jParent, | |
GUIManager | oManager | |||
) | [inline] |
Constructor.
Creates the window and displays it.
jParent | JFrame Parent frame for this dialog. | |
oManager | GUIManager object. |
javawrapper::BatchSetup::BatchSetup | ( | JFrame | jParent, | |
GUIManager | oManager, | |||
String | sBatchFile | |||
) | throws ModelException [inline] |
Constructor.
This reads an existing batch file in so it can be edited.
jParent | JFrame Parent frame for this dialog. | |
oManager | GUIManager object. | |
sBatchFile | String Batch filename. |
ModelException | Wrapping parse exceptions. |
void javawrapper::BatchSetup::actionPerformed | ( | ActionEvent | oEvent | ) | [inline] |
Controls actions for this window.
oEvent | ActionEvent. |
void javawrapper::BatchSetup::AddParFile | ( | String | sParFileName, | |
int | iNumTimesToRun | |||
) | [inline] |
Adds a new parameter file to the list for this batch.
sParFileName | String Filename of new parameter file. | |
iNumTimesToRun | int Number of times to run the file. |