jsky.catalog.gui
Class TableSelectionEvent
java.lang.Object
java.util.EventObject
jsky.catalog.gui.TableSelectionEvent
- All Implemented Interfaces:
- Serializable
public class TableSelectionEvent
- extends EventObject
This event is generated when a catalog table is seletced or deselected.
- Version:
- $Revision: 1.2 $
- Author:
- Daniella Malin
- See Also:
- Serialized Form
Field Summary |
protected int |
row
The catalog table data row corresponding to the table. |
Method Summary |
int |
getRow()
Return the catalog table data row corresponding to the table. |
TableQueryResult |
getTable()
Return the table containing the data. |
row
protected int row
- The catalog table data row corresponding to the table.
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 tabletable
- the table containing the data
getRow
public int getRow()
- Return the catalog table data row corresponding to the table.
getTable
public TableQueryResult getTable()
- Return the table containing the data.
Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.