Method Summary |
|
public void | addColumn(TableColumn column) Adds a table column to the end of the model. |
public void | addColumnModelListener(TableColumnModelListener l) Adds a listener to be notified of updates to this
TableColumnModel . |
public TableColumn | getColumn(int columnIndex) Returns the TableColumn at the specified index. |
public int | getColumnCount() Returns the number of columns in the column model. |
public int | getColumnIndex(Object identifier) Returns the index of the table column with the given identifier. |
public Iterator | getColumns() Returns an Iterator over the columns of the column model. |
public void | moveColumn(int columnIndex, int newIndex) Moves a table column to a new index within the model. |
public void | removeColumn(TableColumn column) Remove a table column from the model. |
public void | removeColumnModelListener(TableColumnModelListener l) Removes a listener from being notified of updates to this
TableColumnModel . |