Inheritance diagram for javawrapper::EnhancedTableWindow:
Public Member Functions | |
void | SetLastTouched (EnhancedTable oTable) |
A table calls this function to let the parent class know that it was the last one with focus. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
void javawrapper::EnhancedTableWindow::SetLastTouched | ( | EnhancedTable | oTable | ) |
A table calls this function to let the parent class know that it was the last one with focus.
This is useful if you are going to implement copy/paste operations.
oTable | EnhancedTable Table that last had focus. |
Implemented in javawrapper::GridValueEditor, and javawrapper::DisplayParameters.