|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--fri.gui.swing.polytreetable.PolyTreeExpansionEvent
Expansion event that holds the first and last row of addes or removed table rows. This information can be passed to fireTableRowsInserted() and fireTableRowsDeleted().
| Constructor Summary | |
PolyTreeExpansionEvent(int firstRow,
int lastRow,
PolyTreeNode node)
Create an event about tree expansion. |
|
| Method Summary | |
int |
getFirstRow()
Returns first added/removed row. |
int |
getLastRow()
Returns last added/removed row. |
PolyTreeNode |
getNode()
Returns node where expansion event happened. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PolyTreeExpansionEvent(int firstRow,
int lastRow,
PolyTreeNode node)
firstRow - first row that has been added or removed.lastRow - last row that has been added or removed.node - node that has been expanded or collapsed.| Method Detail |
public int getFirstRow()
public int getLastRow()
public PolyTreeNode getNode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||