public interface IEdiTableModel
extends javax.swing.table.TableModel
TablaModel
editable.
Or said of another form an IEdiTableModel.
Modifier and Type | Method and Description |
---|---|
void |
addRow()
Add row at end.
|
void |
insertRow(int row)
Insert a row in indicated position.
|
void |
removeRow(int row)
Remove the row from indicated position.
|
void |
removeRows(int[] filas)
Remove rows from indicated positions.
|