public class RowEvent
extends java.util.EventObject
Constructor and Description |
---|
RowEvent(java.lang.Object source,
TableNode table,
int rowIndex)
Contains the arguments passed to handlers of table row-related events.
|
Modifier and Type | Method and Description |
---|---|
int |
getRowIndex()
Gets the index of the table row for which the event has been raised.
|
TableNode |
getTable()
Get the table for which the event has been raised.
|
public RowEvent(java.lang.Object source, TableNode table, int rowIndex)
source
- The source of the event.table
- The TableNode
containing the event data.rowIndex
- The index of the row containing the event data.