Uses of Interface javax.swing.table.TableColumnModel

Uses in package javax.swing.event

Constructors with parameter type javax.swing.table.TableColumnModel

Constructor TableColumnModelEvent

Uses in package javax.swing.table

Classes implementing javax.swing.table.TableColumnModel

class
DefaultTableColumnModel

Constructors with parameter type javax.swing.table.TableColumnModel

Creates a new header.

Fields of type javax.swing.table.TableColumnModel

TableColumnModel
The columnModel property.

Methods with parameter type javax.swing.table.TableColumnModel

void
Set the value of the columnModel property.

Methods with return type javax.swing.table.TableColumnModel

TableColumnModel
Creates a default table column model.
TableColumnModel
Get the value of the columnModel property.

Uses in package javax.swing

Constructors with parameter type javax.swing.table.TableColumnModel

Creates a new JTable instance.
Creates a new JTable instance.

Fields of type javax.swing.table.TableColumnModel

TableColumnModel
A model of various aspects of the columns of the table, not including the data stored in them.

Methods with parameter type javax.swing.table.TableColumnModel

void
Set the value of the columnModel property.

Unregister this as a TableColumnModelListener from previous columnModel and register it with new parameter c.

Methods with return type javax.swing.table.TableColumnModel

TableColumnModel
TableColumnModel
Get the value of the columnModel property.