| fireTableDataChanged |
All cell values in the table’s rows may have changed. This will not
suffice if the number of columns changes or you are just getting started going
from 0 to N columns. See fireTableStructureChanged. |
| fireTableRowsDeleted |
rows in the range [firstRow, lastRow], inclusive, have been deleted. |
| fireTableRowsInserted |
rows in the range [firstRow, lastRow], inclusive, have been inserted. |
| fireTableRowsUpdated |
rows in the range [firstRow, lastRow], inclusive, may have been updated. |
| fireTableStructureChanged |
Number of column may have changed, column headers may have changed, type of
data in a column may have changed. Also use after you first populate a table
since you went from 0 to N columns. Not needed if number of rows changes. |