Package org.ujmp.gui.table
Interface TableModel64
- All Superinterfaces:
TableModel
- All Known Subinterfaces:
MatrixGUIObject
- All Known Implementing Classes:
AbstractMatrixGUIObject
,DefaultMatrixGUIObject
,RowHeaderTableModel64
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Class<?>
getColumnClass
(long columnIndex) long
getColumnName
(long columnIndex) long
getValueAt
(long rowIndex, long columnIndex) boolean
isCellEditable
(long rowIndex, long columnIndex) void
void
setValueAt
(Object aValue, long rowIndex, long columnIndex) Methods inherited from interface javax.swing.table.TableModel
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt
-
Method Details
-
getRowCount64
long getRowCount64() -
getColumnCount64
long getColumnCount64() -
getColumnName
-
getColumnClass
-
isCellEditable
boolean isCellEditable(long rowIndex, long columnIndex) -
getValueAt
-
setValueAt
-
addTableModelListener
-
removeTableModelListener
-