Public Member Functions | |
void | SetFrame (JInternalFrame jFrame) |
Sets the frame for this object to post its dialogs on. | |
void | actionPerformed (java.awt.event.ActionEvent oEvent) |
Writes the table. | |
Private Attributes | |
JInternalFrame | m_jFrame |
For getting the data and creating dialogs. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
void datavisualizer.ShortOutputFileManager.TableFileWriter.SetFrame | ( | JInternalFrame | jFrame | ) |
Sets the frame for this object to post its dialogs on.
jFrame | JInternalFrame Frame to set. |
void datavisualizer.ShortOutputFileManager.TableFileWriter.actionPerformed | ( | java.awt.event.ActionEvent | oEvent | ) |
Writes the table.
oEvent | ActionEvent Event triggering the table writing. |
JInternalFrame datavisualizer.ShortOutputFileManager.TableFileWriter.m_jFrame [private] |
For getting the data and creating dialogs.