|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
jsky.catalog.gui.TableSelectionEvent
public class TableSelectionEvent
This event is generated when a catalog table is seletced or deselected.
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 |
---|
protected int row
Constructor Detail |
---|
public TableSelectionEvent(int row, TableQueryResult table)
row
- the catalog table data row corresponding to the tabletable
- the table containing the dataMethod Detail |
---|
public int getRow()
public TableQueryResult getTable()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |