public final class HistoryBrowserModel.VersionTableModel extends AbstractTableModel
listenerList
Modifier | Constructor and Description |
---|---|
private |
VersionTableModel() |
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount() |
OsmPrimitive |
getLatest() |
HistoryOsmPrimitive |
getPrimitive(int row) |
int |
getRowCount() |
Object |
getValueAt(int row,
int column) |
boolean |
isCellEditable(int row,
int column) |
boolean |
isCurrentPointInTime(int row) |
boolean |
isLatest(int row) |
boolean |
isReferencePointInTime(int row) |
void |
setCurrentPointInTime(int row) |
void |
setReferencePointInTime(int row) |
void |
setValueAt(Object aValue,
int row,
int column) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, removeTableModelListener
private VersionTableModel()
public int getRowCount()
public Object getValueAt(int row, int column)
public void setValueAt(Object aValue, int row, int column)
setValueAt
in interface TableModel
setValueAt
in class AbstractTableModel
public boolean isCellEditable(int row, int column)
isCellEditable
in interface TableModel
isCellEditable
in class AbstractTableModel
public void setReferencePointInTime(int row)
public void setCurrentPointInTime(int row)
public boolean isReferencePointInTime(int row)
public boolean isCurrentPointInTime(int row)
public HistoryOsmPrimitive getPrimitive(int row)
public boolean isLatest(int row)
public OsmPrimitive getLatest()
public int getColumnCount()