[Java] Class DefaultTableModel.MyTableColumnModel
- groovy.swing.model.DefaultTableModel.MyTableColumnModel
protected static class DefaultTableModel.MyTableColumnModel extends DefaultTableColumnModel
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public List |
getColumnList() | |
public void |
moveColumn(int columnIndex, int newIndex) | |
public void |
removeColumn(TableColumn column) | |
public void |
renumberTableColumns() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class DefaultTableColumnModel | propertyChange, getListeners, getColumnCount, getColumn, addColumn, removeColumn, moveColumn, setColumnMargin, getColumns, getColumnIndex, getColumnMargin, getColumnIndexAtX, getTotalColumnWidth, setColumnSelectionAllowed, getColumnSelectionAllowed, getSelectedColumns, getSelectedColumnCount, setSelectionModel, getSelectionModel, addColumnModelListener, removeColumnModelListener, valueChanged, getColumnModelListeners, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail
public List getColumnList()
public void moveColumn(int columnIndex, int newIndex)
public void removeColumn(TableColumn column)
public void renumberTableColumns()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/swing/model/DefaultTableModel.MyTableColumnModel.html