public static class SwingTableDisplayPanel.TableModel extends AbstractTableModel
SwingTableDisplayPanel.TableModel
backed by an ImageJ Table
.listenerList
Constructor and Description |
---|
TableModel(Table<?,?> table) |
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount() |
String |
getColumnName(int col) |
int |
getRowCount() |
Object |
getValueAt(int row,
int col) |
void |
setValueAt(Object value,
int row,
int col) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener
public TableModel(Table<?,?> table)
public String getColumnName(int col)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
public int getRowCount()
public int getColumnCount()
public Object getValueAt(int row, int col)
public void setValueAt(Object value, int row, int col)
setValueAt
in interface TableModel
setValueAt
in class AbstractTableModel
Copyright © 2015–2022 SciJava. All rights reserved.