SORTIE Java Interface  1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
sortie.gui.DetailedOutputFileCopy Class Reference

This window will rename a detailed output file. More...

Inheritance diagram for sortie.gui.DetailedOutputFileCopy:

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

Detailed Description

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

Author
Lora E. Murphy
Version
1.0


Edit history:
---------------—
June 14, 2011: Created (LEM)

Constructor & Destructor Documentation

◆ DetailedOutputFileCopy()

sortie.gui.DetailedOutputFileCopy.DetailedOutputFileCopy ( MainWindow  oWindow)

Member Function Documentation

◆ actionPerformed()

void sortie.gui.DetailedOutputFileCopy.actionPerformed ( ActionEvent  oEvent)

Performs the actions of the window.

Parameters
oEventWhat event to respond to.

◆ renameFile()

boolean sortie.gui.DetailedOutputFileCopy.renameFile ( )
private

Renames the file.

Returns
True if successful, false if not.

Member Data Documentation

◆ m_sHelpID

String sortie.gui.DetailedOutputFileCopy.m_sHelpID = "windows.tools_copy_detailed_output_file_window"
private

ID of help topic for this window.


The documentation for this class was generated from the following file: