|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.ibm.dse.tools.workbench.gui.TableRowSelectionEvent
This class is used to send TableRow selections from one component to the listeners.
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
TableRowSelectionEvent(java.lang.Object source,
TableRow[] rowSelection)
This constructor creates a new TableRowSelectionEvent with the given source and row selection. |
Method Summary | |
TableRow[] |
getSelection()
This method returns the TableRows selected. |
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 |
Constructor Detail |
public TableRowSelectionEvent(java.lang.Object source, TableRow[] rowSelection)
source
- java.lang.ObjectrowSelection
- com.ibm.dse.tools.workbench.base.TableRow[]Method Detail |
public TableRow[] getSelection()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |