private static class PasteTagsConflictResolverDialog.StatisticsTableModel extends DefaultTableModel
Modifier and Type | Field and Description |
---|---|
private List<PasteTagsConflictResolverDialog.StatisticsInfo> |
data |
private static String[] |
HEADERS |
columnIdentifiers, dataVector
listenerList
Constructor and Description |
---|
StatisticsTableModel() |
Modifier and Type | Method and Description |
---|---|
void |
append(PasteTagsConflictResolverDialog.StatisticsInfo info) |
int |
getRowCount() |
Object |
getValueAt(int row,
int column) |
boolean |
isCellEditable(int row,
int column) |
void |
reset() |
addColumn, addColumn, addColumn, addRow, addRow, convertToVector, convertToVector, getColumnCount, getColumnName, getDataVector, insertRow, insertRow, moveRow, newDataAvailable, newRowsAdded, removeRow, rowsRemoved, setColumnCount, setColumnIdentifiers, setColumnIdentifiers, setDataVector, setDataVector, setNumRows, setRowCount, setValueAt
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener
private List<PasteTagsConflictResolverDialog.StatisticsInfo> data
public StatisticsTableModel()
public Object getValueAt(int row, int column)
getValueAt
in interface TableModel
getValueAt
in class DefaultTableModel
public boolean isCellEditable(int row, int column)
isCellEditable
in interface TableModel
isCellEditable
in class DefaultTableModel
public int getRowCount()
getRowCount
in interface TableModel
getRowCount
in class DefaultTableModel
public void reset()
public void append(PasteTagsConflictResolverDialog.StatisticsInfo info)