public class TagTableColumnModel extends javax.swing.table.DefaultTableColumnModel
TableColumnModel for the table with the list of tags| Modifier and Type | Field and Description |
|---|---|
protected static int |
COLUMN_KEY |
protected static int |
COLUMN_VALUE |
| Constructor and Description |
|---|
TagTableColumnModel()
Constructs a new
TagTableColumnModel. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createColumns() |
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, valueChangedprotected static final int COLUMN_KEY
protected static final int COLUMN_VALUE
public TagTableColumnModel()
TagTableColumnModel.protected void createColumns()