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 |
HistoryBrowserModel.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 |
isCellEditable(int row,
int column) |
boolean |
isCurrentPointInTime() |
boolean |
isReferencePointInTime() |
boolean |
oppositeHasTag(String key) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, removeTableModelListener, setValueAt
private PointInTimeType pointInTimeType
protected HistoryBrowserModel.TagTableModel(PointInTimeType type)
protected void initKeyList()
public int getRowCount()
public Object getValueAt(int row, int column)
public boolean isCellEditable(int row, int column)
isCellEditable
in interface TableModel
isCellEditable
in class AbstractTableModel
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()