Package groovy.swing.model
Class DefaultTableModel.MyTableColumnModel
java.lang.Object
javax.swing.table.DefaultTableColumnModel
groovy.swing.model.DefaultTableModel.MyTableColumnModel
- All Implemented Interfaces:
- PropertyChangeListener,- Serializable,- EventListener,- ListSelectionListener,- TableColumnModel
- Enclosing class:
- DefaultTableModel
- See Also:
- 
Field SummaryFields inherited from class javax.swing.table.DefaultTableColumnModelchangeEvent, columnMargin, columnSelectionAllowed, listenerList, selectionModel, tableColumns, totalColumnWidth
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidmoveColumn(int columnIndex, int newIndex) voidremoveColumn(TableColumn column) voidMethods inherited from class javax.swing.table.DefaultTableColumnModeladdColumn, 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, valueChanged
- 
Constructor Details- 
MyTableColumnModelprotected MyTableColumnModel()
 
- 
- 
Method Details- 
getColumnList
- 
removeColumn- Specified by:
- removeColumnin interface- TableColumnModel
- Overrides:
- removeColumnin class- DefaultTableColumnModel
 
- 
moveColumnpublic void moveColumn(int columnIndex, int newIndex) - Specified by:
- moveColumnin interface- TableColumnModel
- Overrides:
- moveColumnin class- DefaultTableColumnModel
 
- 
renumberTableColumnspublic void renumberTableColumns()
 
-