protected class SitesDialog.DataModel extends DefaultTableModel
Modifier and Type | Field and Description |
---|---|
protected String[] |
headers |
protected int |
tableWidth |
protected int[] |
widths |
columnIdentifiers, dataVector
listenerList
Modifier | Constructor and Description |
---|---|
protected |
DataModel() |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getColumnClass(int column) |
int |
getColumnCount() |
String |
getColumnName(int column) |
int |
getRowCount() |
Object |
getValueAt(int row,
int col) |
void |
rowChanged(int row) |
void |
rowsChanged() |
void |
rowsChanged(int firstRow,
int lastRow) |
void |
setColumnWidths() |
addColumn, addColumn, addColumn, addRow, addRow, convertToVector, convertToVector, getDataVector, insertRow, insertRow, isCellEditable, moveRow, newDataAvailable, newRowsAdded, removeRow, rowsRemoved, setColumnCount, setColumnIdentifiers, setColumnIdentifiers, setDataVector, setDataVector, setNumRows, setRowCount, setValueAt
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener
protected int tableWidth
protected int[] widths
protected String[] headers
public void setColumnWidths()
public int getColumnCount()
getColumnCount
in interface TableModel
getColumnCount
in class DefaultTableModel
public String getColumnName(int column)
getColumnName
in interface TableModel
getColumnName
in class DefaultTableModel
public Class<?> getColumnClass(int column)
getColumnClass
in interface TableModel
getColumnClass
in class AbstractTableModel
public int getRowCount()
getRowCount
in interface TableModel
getRowCount
in class DefaultTableModel
public Object getValueAt(int row, int col)
getValueAt
in interface TableModel
getValueAt
in class DefaultTableModel
public void rowChanged(int row)
public void rowsChanged()
public void rowsChanged(int firstRow, int lastRow)
Copyright © 2014–2022 ImageJ. All rights reserved.