public class TableModel extends DefaultTableModel
columnIdentifiers, dataVectorlistenerList| Constructor and Description |
|---|
TableModel()
Creates a new TableModel object.
|
TableModel(Object[][] bounds,
Object[] cnames)
Creates a new TableModel object.
|
| Modifier and Type | Method and Description |
|---|---|
static Object[][] |
convertToMatrix(String[] bounds)
DOCUMENT ME!
|
static Vector |
convertToVector(Object[] obs)
DOCUMENT ME!
|
boolean |
isCellEditable(int row,
int column) |
addColumn, addColumn, addColumn, addRow, addRow, convertToVector, getColumnCount, getColumnName, getDataVector, getRowCount, getValueAt, insertRow, insertRow, moveRow, newDataAvailable, newRowsAdded, removeRow, rowsRemoved, setColumnCount, setColumnIdentifiers, setColumnIdentifiers, setDataVector, setDataVector, setNumRows, setRowCount, setValueAtaddTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListenerpublic boolean isCellEditable(int row,
int column)
isCellEditable in interface TableModelisCellEditable in class DefaultTableModelpublic static Object[][] convertToMatrix(String[] bounds)
bounds - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.