Uses of Class javax.swing.table.TableColumn

Uses in package javax.swing

Methods with parameter type javax.swing.table.TableColumn

void
Add the new table column.
void
Removes specified column from displayable columns of this table.

Methods with return type javax.swing.table.TableColumn

TableColumn
JTable.getColumn(Object identifier)
Get table column with the given identified.

Uses in package javax.swing.table

Fields of type javax.swing.table.TableColumn

TableColumn
The draggedColumn property.
TableColumn
The resizingColumn property.

Methods with parameter type javax.swing.table.TableColumn

void
Adds a column to the model then calls fireColumnAdded(TableColumnModelEvent) to notify the registered listeners.
void
Adds a column to the model.
void
Removes a column from the model then calls fireColumnRemoved(TableColumnModelEvent) to notify the registered listeners.
void
Removes a column from the model.
void
Set the column that is currently being dragged.
void
The the column that is currently being resized.

Methods with return type javax.swing.table.TableColumn

TableColumn
Returns the column at the specified index.
TableColumn
TableColumnModel.getColumn(int columnIndex)
Returns the TableColumn at the specified index.
TableColumn
Get the column that is currently being dragged.
TableColumn
Get the column that is currently being resized.