public class HistoryBrowserModel.TagTableModel extends AbstractTableModel
PointInTimeType.REFERENCE_POINT_IN_TIME
or PointInTimeType.CURRENT_POINT_IN_TIME
Modifier and Type | Field and Description |
---|---|
private List<String> |
keys |
private PointInTimeType |
pointInTimeType |
listenerList
Modifier | Constructor and Description |
---|---|
protected |
TagTableModel(PointInTimeType type) |
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount() |
String |
getOppositeValue(String key) |
PointInTimeType |
getPointInTimeType() |
int |
getRowCount() |
String |
getValue(String key) |
Object |
getValueAt(int row,
int column) |
boolean |
hasSameValueAsOpposite(String key) |
boolean |
hasTag(String key) |
protected void |
initKeyList() |
boolean |
isCurrentPointInTime() |
boolean |
isReferencePointInTime() |
boolean |
oppositeHasTag(String key) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
private final PointInTimeType pointInTimeType
protected TagTableModel(PointInTimeType type)
protected void initKeyList()
public int getRowCount()
public Object getValueAt(int row, int column)
public boolean oppositeHasTag(String key)
public String getOppositeValue(String key)
public boolean hasSameValueAsOpposite(String key)
public PointInTimeType getPointInTimeType()
public boolean isCurrentPointInTime()
public boolean isReferencePointInTime()
public int getColumnCount()