|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TableModelListener
Event listener for TableModel
class.
Method Summary | |
---|---|
void |
onRowCountChanged(int rowCount)
Event fired when the number of rows changes. |
void |
onRowInserted(int beforeRow)
Event fired when a row is inserted. |
void |
onRowRemoved(int row)
Event fired when a row is removed. |
void |
onSetData(int row,
int cell,
java.lang.Object data)
Event fired when the data changes. |
Method Detail |
---|
void onRowCountChanged(int rowCount)
rowCount
- the row countvoid onRowInserted(int beforeRow)
beforeRow
- the row index of the new rowvoid onRowRemoved(int row)
row
- the row index of the removed rowvoid onSetData(int row, int cell, java.lang.Object data)
row
- the row indexcell
- the cell indexdata
- the new contents of the cell
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |