[Java] Class MyTableColumnModel
- groovy.model.DefaultTableModel.MyTableColumnModel
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
List |
getColumnList() | |
void |
moveColumn(int columnIndex, int newIndex) | |
void |
removeColumn(TableColumn column) | |
void |
renumberTableColumns() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class DefaultTableColumnModel | getListeners, getColumnModelListeners, propertyChange, getColumn, getColumnCount, addColumn, addColumnModelListener, getColumnIndex, getColumnIndexAtX, getColumnMargin, getColumnSelectionAllowed, getColumns, getSelectedColumnCount, getSelectedColumns, getSelectionModel, getTotalColumnWidth, moveColumn, removeColumn, removeColumnModelListener, setColumnMargin, setColumnSelectionAllowed, setSelectionModel, valueChanged, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
class Object | 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/2.4.21/html/gapi/groovy/model/DefaultTableModel.MyTableColumnModel.html