public interface DynamicTableModel extends TableModel
(c) copyright 2002-2005-2004 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser
General Public License (LGPL) , no warranty.
Modifier and Type | Method and Description |
---|---|
void |
createRow()
Creates a new row at the end of the TableModel.
|
void |
createRows(int amount)
Creates a number of new rows at the end of the TableModel
|
void |
deleteRow(int index)
Deletes a specific row from the TableModel.
|
void |
deleteRows(int[] indices)
Deletes a specific set of rows from the TableModel.
|
boolean |
isRowEditable() |
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt
void deleteRow(int index)
index
- The (TableModel) index of the row to be deletedvoid deleteRows(int[] indices)
indices
- The (TableModel) indices of the rows to be deletedvoid createRow()
void createRows(int amount)
amount
- The number of rows to be created.boolean isRowEditable()
Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.