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
Column index for current
|
static int |
COL_DATE
Column index for date
|
static int |
COL_EDITOR
Column index for editor
|
static int |
COL_REFERENCE
Column index for reference
|
static int |
COL_USER
Column index for user
|
static int |
COL_VERSION
Column index for 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 static final int COL_EDITOR
public VersionTableColumnModel()
VersionTableColumnModel
.protected void createColumns()