jsky.catalog.gui
Class TableSelectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by jsky.catalog.gui.TableSelectionEvent
All Implemented Interfaces:
java.io.Serializable

public class TableSelectionEvent
extends java.util.EventObject

This event is generated when a catalog table is seletced or deselected.

Version:
$Revision: 1.1 $
Author:
Daniella Malin
See Also:
Serialized Form

Field Summary
protected  int row
          The catalog table data row corresponding to the table.
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TableSelectionEvent(int row, TableQueryResult table)
          Create a TableSelectionEvent for the given row and table data.
 
Method Summary
 int getRow()
          Return the catalog table data row corresponding to the table.
 TableQueryResult getTable()
          Return the table containing the data.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

row

protected int row
The catalog table data row corresponding to the table.

Constructor Detail

TableSelectionEvent

public TableSelectionEvent(int row,
                           TableQueryResult table)
Create a TableSelectionEvent for the given row and table data.

Parameters:
row - the catalog table data row corresponding to the table
table - the table containing the data
Method Detail

getRow

public int getRow()
Return the catalog table data row corresponding to the table.


getTable

public TableQueryResult getTable()
Return the table containing the data.