Class TagTableColumnModel
- java.lang.Object
-
- javax.swing.table.DefaultTableColumnModel
-
- org.openstreetmap.josm.gui.history.TagTableColumnModel
-
- All Implemented Interfaces:
PropertyChangeListener
,Serializable
,EventListener
,ListSelectionListener
,TableColumnModel
public class TagTableColumnModel extends DefaultTableColumnModel
TheTableColumnModel
for the table with the list of tags- Since:
- 1709
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static int
COLUMN_KEY
protected static int
COLUMN_VALUE
protected static int
COLUMN_VERSION
-
Fields inherited from class javax.swing.table.DefaultTableColumnModel
changeEvent, columnMargin, columnSelectionAllowed, listenerList, selectionModel, tableColumns, totalColumnWidth
-
-
Constructor Summary
Constructors Constructor Description TagTableColumnModel()
Constructs a newTagTableColumnModel
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
createColumns()
-
Methods inherited from class javax.swing.table.DefaultTableColumnModel
addColumn, addColumnModelListener, createSelectionModel, fireColumnAdded, fireColumnMarginChanged, fireColumnMoved, fireColumnRemoved, fireColumnSelectionChanged, getColumn, getColumnCount, getColumnIndex, getColumnIndexAtX, getColumnMargin, getColumnModelListeners, getColumns, getColumnSelectionAllowed, getListeners, getSelectedColumnCount, getSelectedColumns, getSelectionModel, getTotalColumnWidth, moveColumn, propertyChange, recalcWidthCache, removeColumn, removeColumnModelListener, setColumnMargin, setColumnSelectionAllowed, setSelectionModel, valueChanged
-
-
-
-
Field Detail
-
COLUMN_KEY
protected static final int COLUMN_KEY
- See Also:
- Constant Field Values
-
COLUMN_VALUE
protected static final int COLUMN_VALUE
- See Also:
- Constant Field Values
-
COLUMN_VERSION
protected static final int COLUMN_VERSION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TagTableColumnModel
public TagTableColumnModel()
Constructs a newTagTableColumnModel
.
-
-
Method Detail
-
createColumns
protected void createColumns()
-
-