public class VersionTableColumnModel extends javax.swing.table.DefaultTableColumnModel
TableColumnModel
for the table with the list of versionsModifier and Type | Field and Description |
---|---|
static int |
COL_CURRENT |
static int |
COL_DATE |
static int |
COL_REFERENCE |
static int |
COL_USER |
static int |
COL_VERSION |
Constructor and Description |
---|
VersionTableColumnModel()
Creates a new
VersionTableColumnModel . |
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, valueChanged
public static final int COL_VERSION
public static final int COL_REFERENCE
public static final int COL_CURRENT
public static final int COL_DATE
public static final int COL_USER
public VersionTableColumnModel()
VersionTableColumnModel
.protected void createColumns()