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 | |||
) | [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 | ) |
Responds to the button events.
oEvent | Event that triggered this object. |
JPanel datavisualizer.TableUpdater.m_jContentPanel [package] |
The content panel containing the tables and controls.
The file manager that's managing the table data.
int datavisualizer.TableUpdater.m_iSubplot [package] |
The subplot for this table.