Public Member Functions | |
void | actionPerformed (java.awt.event.ActionEvent oEvent) |
Responds to the button events. | |
Package Functions | |
TableUpdater (JPanel jContentPanel, ShortOutputFileManager oManager, int iSubplot) | |
Constructor. | |
Package Attributes | |
JPanel | m_jContentPanel |
The content panel containing the tables and controls. | |
ShortOutputFileManager | m_oManager |
The file manager that's managing the table data. | |
int | m_iSubplot |
The subplot for this table. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
datavisualizer::TableUpdater::TableUpdater | ( | JPanel | jContentPanel, | |
ShortOutputFileManager | oManager, | |||
int | iSubplot | |||
) | [inline, package] |
Constructor.
jContentPanel | Content panel of the window containing the buttons and tables. | |
oManager | The file manager that's managing the table's data. | |
iSubplot | The subplot that this table is displaying, or 0 if it's the whole plot's data. |
void datavisualizer::TableUpdater::actionPerformed | ( | java.awt.event.ActionEvent | oEvent | ) | [inline] |
Responds to the button events.
oEvent | Event that triggered this object. |