SORTIE Java Interface  1
Public Member Functions | List of all members
sortie.gui.EnhancedTableWindow Interface Reference

Interface for classes wishing to use the EnhancedTable class. More...

Inheritance diagram for sortie.gui.EnhancedTableWindow:
sortie.gui.AllometryFunctionEditor sortie.gui.GridValueEditor

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.
 

Detailed Description

Interface for classes wishing to use the EnhancedTable class.

Copyright: Copyright (c) Charles D. Canham 2003

Company: Cary Institute of Ecosystem Studies

Author
Lora E. Murphy
Version
1.0

Member Function Documentation

void sortie.gui.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.

Parameters
oTableEnhancedTable Table that last had focus.

The documentation for this interface was generated from the following file: