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

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

Inheritance diagram for sortie.gui.behaviorsetup.EnhancedTableWindow:
sortie.gui.behaviorsetup.AllometryFunctionEditor sortie.gui.behaviorsetup.AllometryParameterEdit sortie.gui.behaviorsetup.ClimateImporterEditor sortie.gui.behaviorsetup.DefaultBehaviorParameterEdit sortie.gui.behaviorsetup.NCIParameterEdit sortie.gui.behaviorsetup.StormParameterEdit 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. More...
 

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

◆ setLastTouched()

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

Implemented in sortie.gui.behaviorsetup.ClimateImporterEditor, sortie.gui.behaviorsetup.NCIParameterEdit, sortie.gui.behaviorsetup.DefaultBehaviorParameterEdit, sortie.gui.GridValueEditor, sortie.gui.behaviorsetup.AllometryParameterEdit, sortie.gui.behaviorsetup.StormParameterEdit, and sortie.gui.behaviorsetup.AllometryFunctionEditor.


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