Public Member Functions | |
GridSetup (java.awt.Frame jParent, GUIManager oManager) | |
Constructor. | |
GridSetup (java.awt.Dialog jParent, GUIManager oManager) | |
Constructor. | |
void | actionPerformed (java.awt.event.ActionEvent oEvent) |
Called when the combo box is chosen or the buttons are pushed. | |
Protected Member Functions | |
void | SaveGrid (Grid oGrid) throws ModelException |
Saves the contents of a grid's map values to a tab-delimited text file. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
javawrapper::GridSetup::GridSetup | ( | java.awt.Frame | jParent, | |
GUIManager | oManager | |||
) | [inline] |
Constructor.
jParent | Frame in which to display this dialog. | |
oManager | GUIManager object. |
javawrapper::GridSetup::GridSetup | ( | java.awt.Dialog | jParent, | |
GUIManager | oManager | |||
) | [inline] |
Constructor.
jParent | Frame in which to display this dialog. | |
oManager | GUIManager object. |
void javawrapper::GridSetup::actionPerformed | ( | java.awt.event.ActionEvent | oEvent | ) | [inline] |
Called when the combo box is chosen or the buttons are pushed.
oEvent | Event which triggered this function. |
void javawrapper::GridSetup::SaveGrid | ( | Grid | oGrid | ) | throws ModelException [inline, protected] |
Saves the contents of a grid's map values to a tab-delimited text file.
The user gets a file chooser, and assuming they enter a filename, the file is saved. All values in the grid are saved; maps for different values are written successively.
oGrid | Grid for which to write maps. |
ModelException | if there is a problem writing the file. |