edu.umd.cs.findbugs.gui2
public class SorterTableColumnModel extends Object implements TableColumnModel
| Constructor Summary | |
|---|---|
| SorterTableColumnModel(Sortables[] columnHeaders) | |
| SorterTableColumnModel(ArrayList<Sortables> columnHeaders) | |
| Method Summary | |
|---|---|
| void | addColumn(TableColumn arg0) |
| void | addColumnModelListener(TableColumnModelListener listener) |
| void | columnSelectionChanged(ListSelectionEvent arg0) |
| void | createFrom(SorterTableColumnModel other) |
| void | freezeOrder() |
| TableColumn | getColumn(int x) |
| int | getColumnCount() |
| int | getColumnIndex(Object columnIdentifier) |
| int | getColumnIndexAtX(int XPosition) |
| int | getColumnMargin() |
| Enumeration<TableColumn> | getColumns() |
| boolean | getColumnSelectionAllowed() |
| int | getSelectedColumnCount() |
| int[] | getSelectedColumns() |
| ListSelectionModel | getSelectionModel() |
| int | getTotalColumnWidth() |
| void | moveColumn(int fromIndex, int toIndex) |
| void | removeColumn(TableColumn arg0) |
| void | removeColumnModelListener(TableColumnModelListener listener) |
| void | setColumnMargin(int arg0) |
| void | setColumnSelectionAllowed(boolean arg0) |
| void | setSelectionModel(ListSelectionModel arg0) |