Inheritance diagram for javawrapper::DisplayParameters:
Public Member Functions | |
void | actionPerformed (ActionEvent e) |
Responds to button events. | |
void | SaveCurrentWindow (String sFileName) |
Saves the data in the current set of tables as a tab-delimited text file. | |
void | SetLastTouched (EnhancedTable oTable) |
Sets a table as last touched by the user. | |
Protected Member Functions | |
EnhancedTable | GetLastTouchedTable () |
Discovers which EnhancedTable in the parameter editing window has focus. | |
Package Functions | |
DisplayParameters (GUIManager oManager, MainWindow oWindow, ParameterEdit oChoicesWindow) | |
Constructor. | |
Package Attributes | |
GUIManager | m_oManager |
GUIManager object containing the data to display. | |
ParameterEdit | m_oChoicesWindow |
Parameter chooser window. | |
Vector | mp_oAllTables |
Vector holding all of the EnhancedTable objects in this window. | |
MainWindow | m_oMainWindow |
Main window - we will need to communicate directories with it. | |
Private Attributes | |
String | m_sHelpID = "windows.parameters_window" |
Help ID. |
This window displays the data in a set of EnhancedTables. The user can edit data, copy and paste it between a spreadsheet, or print it off. Copyright: Copyright (c) Charles D. Canham 2003 Company: Institute of Ecosystem Studies
|
Constructor. Builds the GUI.
|
|
Responds to button events. If OK, then the parameter window is constructed and this window is closed. If Cancel, then this window is closed.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) November 15, 2004: Made it so cells still in edit mode get their contents saved (LEM) |
|
Discovers which EnhancedTable in the parameter editing window has focus.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Saves the data in the current set of tables as a tab-delimited text file.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Sets a table as last touched by the user.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) Implements javawrapper::EnhancedTableWindow. |