Package org.openxava.tab.impl
Interface IEdiTableModel
-
- All Superinterfaces:
javax.swing.table.TableModel
public interface IEdiTableModel extends javax.swing.table.TableModelTablaModeleditable.Or said of another form an IEdiTableModel.
- Author:
- Javier Paniza
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddRow()Add row at end.voidinsertRow(int row)Insert a row in indicated position.voidremoveRow(int row)Remove the row from indicated position.voidremoveRows(int[] filas)Remove rows from indicated positions.
-