|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.mindfusion.diagramming.RowEvent
public class RowEvent
Contains the arguments passed to handlers of table row-related events.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
RowEvent(java.lang.Object source,
TableNode table,
int rowIndex)
Contains the arguments passed to handlers of table row-related events. |
Method Summary | |
---|---|
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. |
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 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.Method Detail |
---|
public int getRowIndex()
public TableNode getTable()
TableNode
class
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |