public class TokenTableModel extends Object implements TableModel
| Modifier and Type | Field and Description |
|---|---|
static String |
TOKEN_NAME |
| Constructor and Description |
|---|
TokenTableModel(Collection<? extends TokenFileSorter> tokenFileSorters) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTableModelListener(TableModelListener l) |
List<String> |
getAnomalies() |
Class<?> |
getColumnClass(int columnIndex) |
int |
getColumnCount() |
String |
getColumnName(int columnIndex) |
int |
getMaxUsedTokenIndex() |
int |
getMinUnusedTokenIndex() |
int |
getRowCount() |
Object |
getValueAt(int rowIndex,
int columnIndex) |
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
void |
removeTableModelListener(TableModelListener l) |
void |
setValueAt(Object aValue,
int rowIndex,
int columnIndex) |
public static final String TOKEN_NAME
public TokenTableModel(Collection<? extends TokenFileSorter> tokenFileSorters)
tokenFileSorters - tokenFileSorterspublic void addTableModelListener(TableModelListener l)
addTableModelListener in interface TableModelpublic Class<?> getColumnClass(int columnIndex)
getColumnClass in interface TableModelpublic int getColumnCount()
getColumnCount in interface TableModelpublic String getColumnName(int columnIndex)
getColumnName in interface TableModelpublic int getRowCount()
getRowCount in interface TableModelpublic Object getValueAt(int rowIndex, int columnIndex)
getValueAt in interface TableModelpublic boolean isCellEditable(int rowIndex,
int columnIndex)
isCellEditable in interface TableModelpublic void removeTableModelListener(TableModelListener l)
removeTableModelListener in interface TableModelpublic void setValueAt(Object aValue, int rowIndex, int columnIndex)
setValueAt in interface TableModelpublic int getMaxUsedTokenIndex()
public int getMinUnusedTokenIndex()
Copyright © 2015 The University of Manchester. All Rights Reserved.