protected class SitesDialog.DataModel extends DefaultTableModel
| Modifier and Type | Field and Description |
|---|---|
protected String[] |
headers |
protected int |
tableWidth |
protected int[] |
widths |
columnIdentifiers, dataVectorlistenerList| 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, setValueAtaddTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListenerprotected int tableWidth
protected int[] widths
protected String[] headers
public void setColumnWidths()
public int getColumnCount()
getColumnCount in interface TableModelgetColumnCount in class DefaultTableModelpublic String getColumnName(int column)
getColumnName in interface TableModelgetColumnName in class DefaultTableModelpublic Class<?> getColumnClass(int column)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelpublic int getRowCount()
getRowCount in interface TableModelgetRowCount in class DefaultTableModelpublic Object getValueAt(int row, int col)
getValueAt in interface TableModelgetValueAt in class DefaultTableModelpublic void rowChanged(int row)
public void rowsChanged()
public void rowsChanged(int firstRow,
int lastRow)
Copyright © 2014–2022 ImageJ. All rights reserved.