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< EnhancedTable > | 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. | |
Static Package Attributes | |
static final long | serialVersionUID = 1 |
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
javawrapper.DisplayParameters.DisplayParameters | ( | GUIManager | oManager, | |
MainWindow | oWindow, | |||
ParameterEdit | oChoicesWindow | |||
) | [package] |
Constructor.
Builds the GUI.
oWindow | Window that's the parent of this dialog. | |
oManager | GUIManager object. | |
oChoicesWindow | Which choices are picked |
void javawrapper.DisplayParameters.actionPerformed | ( | ActionEvent | e | ) |
Responds to button events.
If OK, then the parameter window is constructed and this window is closed. If Cancel, then this window is closed.
e | ActionEvent object. |
void javawrapper.DisplayParameters.SaveCurrentWindow | ( | String | sFileName | ) |
Saves the data in the current set of tables as a tab-delimited text file.
sFileName | File name to save to. |
void javawrapper.DisplayParameters.SetLastTouched | ( | EnhancedTable | oTable | ) |
Sets a table as last touched by the user.
oTable | Table to be set as last touched. |
Implements javawrapper.EnhancedTableWindow.
EnhancedTable javawrapper.DisplayParameters.GetLastTouchedTable | ( | ) | [protected] |
Discovers which EnhancedTable in the parameter editing window has focus.
final long javawrapper.DisplayParameters.serialVersionUID = 1 [static, package] |
GUIManager object containing the data to display.
Parameter chooser window.
Vector<EnhancedTable> javawrapper.DisplayParameters.mp_oAllTables [package] |
Vector holding all of the EnhancedTable objects in this window.
Main window - we will need to communicate directories with it.
String javawrapper.DisplayParameters.m_sHelpID = "windows.parameters_window" [private] |
Help ID.