Uses of Class javax.swing.table.TableColumn

Uses in package javax.swing

Methods with parameter type javax.swing.table.TableColumn

void
void
Removes specified column from displayable columns of this table.

Methods with return type javax.swing.table.TableColumn

TableColumn
JTable.getColumn(Object identifier)

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
addColumn adds column to the model.
void
Adds a column to the model.
void
removeColumn removes table column from the model.
void
Removes a column from the model.
void
Set the value of the draggedColumn property.
void
Set the value of the resizingColumn property.

Methods with return type javax.swing.table.TableColumn

TableColumn
getColumn returns column at the specified index
TableColumn
TableColumnModel.getColumn(int columnIndex)
Returns the TableColumn at the specified index.
TableColumn
Get the value of the draggedColumn property.
TableColumn
Get the value of the resizingColumn property.