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. | |
Private Member Functions | |
| void | AddFile () |
| Adds a parameter file and number of times to the batch list. | |
| void | WriteFile () throws ModelException |
| Writes the batch file. | |
Private Attributes | |
| GUIManager | m_oManager |
| GUI Manager. | |
| DefaultListModel | m_jParFilesListModel |
| List model of parameter files currently added to file. | |
| JList | m_jParFilesList |
| List of parameter files to add to file. | |
| JTextField | m_jParFileEdit = new JTextField() |
| Text field holding the parameter file path and name. | |
| JTextField | m_jBatchFileEdit = new JTextField() |
| Text field holding the batch file path and name. | |
| JTextField | m_jNumTimesToRun = new JTextField() |
| Holds number of times to run a parameter file. | |
| String | m_sHelpID = "windows.batch_setup_window" |
| Help topic ID. | |
Copyright: Copyright (c) Charles D. Canham 2005
Company: Institute of Ecosystem Studies
|
||||||||||||
|
Constructor. Creates the window and displays it.
|
|
||||||||||||||||
|
Constructor. This reads an existing batch file in so it can be edited.
|
|
|
Controls actions for this window.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
|
Adds a parameter file and number of times to the batch list. This alerts the user if anything's missing or the data cannot be understood. |
|
||||||||||||
|
Adds a new parameter file to the list for this batch.
|
|
|
Writes the batch file.
|
1.4.6-NO