protected static class DefaultTableModel.MyTableColumnModel
extends javax.swing.table.DefaultTableColumnModel
| Modifier | Constructor and Description | 
|---|---|
| protected  | MyTableColumnModel() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List | getColumnList() | 
| void | moveColumn(int columnIndex,
          int newIndex) | 
| void | removeColumn(javax.swing.table.TableColumn column) | 
| void | renumberTableColumns() | 
addColumn, addColumnModelListener, createSelectionModel, fireColumnAdded, fireColumnMarginChanged, fireColumnMoved, fireColumnRemoved, fireColumnSelectionChanged, getColumn, getColumnCount, getColumnIndex, getColumnIndexAtX, getColumnMargin, getColumnModelListeners, getColumns, getColumnSelectionAllowed, getListeners, getSelectedColumnCount, getSelectedColumns, getSelectionModel, getTotalColumnWidth, propertyChange, recalcWidthCache, removeColumnModelListener, setColumnMargin, setColumnSelectionAllowed, setSelectionModel, valueChangedpublic java.util.List getColumnList()
public void removeColumn(javax.swing.table.TableColumn column)
removeColumn in interface javax.swing.table.TableColumnModelremoveColumn in class javax.swing.table.DefaultTableColumnModelpublic void moveColumn(int columnIndex,
                       int newIndex)
moveColumn in interface javax.swing.table.TableColumnModelmoveColumn in class javax.swing.table.DefaultTableColumnModelpublic void renumberTableColumns()