Interface IVectorTableModel
- All Superinterfaces:
TableModel
TableModel that allows put and get all data in Vector
format.
The data type of each position depends on the concreteTableModel,
but typically is a object array (one by column).
The vector is assigned vy reference (copy is not made).
- Author:
- Javier Paniza
-
Method Summary
Methods inherited from interface TableModel
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt
-
Method Details
-
getVector
-
setVector
Set vector with model data.- Parameters:
vector- Ifnullempty vector is assumed.
-