public static class SwingTableDisplayPanel.NullTableModel extends AbstractTableModel
listenerList
Constructor and Description |
---|
NullTableModel() |
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount() |
int |
getRowCount() |
Object |
getValueAt(int rowIndex,
int columnIndex) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
public int getColumnCount()
public int getRowCount()
public Object getValueAt(int rowIndex, int columnIndex)
Copyright © 2015–2022 SciJava. All rights reserved.