javawrapper::BatchSetup Class Reference

Window for working with batch files. More...

List of all members.

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.


Detailed Description

Window for working with batch files.

Copyright: Copyright (c) Charles D. Canham 2005

Company: Institute of Ecosystem Studies

Author:
Lora E. Murphy
Version:
1.0
Edit history:
------------------
March 31, 2005: Created (LEM)
May 26, 2006: Improved - changed some things that annoyed me (LEM)
April 5, 2007: Support for multi-file select (LEM)


Constructor & Destructor Documentation

javawrapper::BatchSetup::BatchSetup ( JFrame  jParent,
GUIManager  oManager 
) [inline]

Constructor.

Creates the window and displays it.

Parameters:
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.

Parameters:
jParent JFrame Parent frame for this dialog.
oManager GUIManager object.
sBatchFile String Batch filename.
Exceptions:
ModelException Wrapping parse exceptions.


Member Function Documentation

void javawrapper::BatchSetup::actionPerformed ( ActionEvent  oEvent  )  [inline]

Controls actions for this window.

Parameters:
oEvent ActionEvent.

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)

void javawrapper::BatchSetup::AddParFile ( String  sParFileName,
int  iNumTimesToRun 
) [inline]

Adds a new parameter file to the list for this batch.

Parameters:
sParFileName String Filename of new parameter file.
iNumTimesToRun int Number of times to run the file.


The documentation for this class was generated from the following file:
Generated on Thu May 24 09:34:53 2007 for SORTIE Java Interface by  doxygen 1.5.2