|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
jsky.catalog.gui.SymbolSelectionEvent
public class SymbolSelectionEvent
This event is generated when a catalog symbol is seletced or deselected.
| Field Summary | |
|---|---|
protected int |
row
The catalog table data row corresponding to the symbol. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
SymbolSelectionEvent(CanvasFigure fig,
int row,
TableQueryResult table)
Create a SymbolSelectionEvent for the given figure, row and table data. |
|
SymbolSelectionEvent(int row,
TableQueryResult table)
Create a SymbolSelectionEvent for the given row and table data. |
|
| Method Summary | |
|---|---|
CanvasFigure |
getFigure()
Return the figure for the event. |
int |
getRow()
Return the catalog table data row corresponding to the symbol. |
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 SymbolSelectionEvent(CanvasFigure fig,
int row,
TableQueryResult table)
fig - the figure that was selected or deselectedrow - the catalog table data row corresponding to the symboltable - the table containing the data
public SymbolSelectionEvent(int row,
TableQueryResult table)
row - the catalog table data row corresponding to the symboltable - the table containing the data| Method Detail |
|---|
public CanvasFigure getFigure()
public int getRow()
public TableQueryResult getTable()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||