SORTIE Java Interface
1
|
This window will rename a detailed output file. More...
Public Member Functions | |
DetailedOutputFileCopy (MainWindow oWindow) | |
void | actionPerformed (ActionEvent oEvent) |
Performs the actions of the window. More... | |
Private Member Functions | |
boolean | renameFile () |
Renames the file. More... | |
Private Attributes | |
String | m_sHelpID = "windows.tools_copy_detailed_output_file_window" |
ID of help topic for this window. More... | |
This window will rename a detailed output file.
This requires untarring, uncompressing, renaming all the individual files, recompressing, and retarring.
Copyright: Copyright (c) Charles D. Canham 2010
Company: Cary Institute of Ecosystem Studies
Edit history:
---------------—
June 14, 2011: Created (LEM)
sortie.gui.DetailedOutputFileCopy.DetailedOutputFileCopy | ( | MainWindow | oWindow | ) |
void sortie.gui.DetailedOutputFileCopy.actionPerformed | ( | ActionEvent | oEvent | ) |
Performs the actions of the window.
oEvent | What event to respond to. |
|
private |
Renames the file.
|
private |
ID of help topic for this window.