- fireTableCellUpdated(int, int) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
-
Notifies all listeners that the value of the cell at [row, column]
has been updated.
- fireTableChanged(TableModelEvent) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
-
Forwards the given notification event to all TableModelListeners
that registered themselves as
listeners for this table model.
- fireTableDataChanged() - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
-
Notifies all listeners that all cell values in the table's rows may have changed.
- fireTableRowsDeleted(int, int) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
-
Notifies all listeners that rows in the range [firstRow, lastRow]
, inclusive, have been deleted.
- fireTableRowsInserted(int, int) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
-
Notifies all listeners that rows in the range [firstRow, lastRow]
, inclusive, have been inserted.
- fireTableRowsUpdated(int, int) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
-
Notifies all listeners that rows in the range [firstRow, lastRow]
, inclusive, have been updated.
- fireTableStructureChanged() - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
-
Notifies all listeners that the table's structure has changed.