Spec-Zone .ru
спецификации, руководства, описания, API
Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation.

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Uses of Interface
javax.swing.table.TableColumnModel

Packages that use TableColumnModel
Package Description
javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. 
javax.swing.event Provides for events fired by Swing components. 
javax.swing.table Provides classes and interfaces for dealing with javax.swing.JTable
 

Uses of TableColumnModel in javax.swing
 

Fields in javax.swing declared as TableColumnModel
Modifier and Type Field and Description
protected  TableColumnModel JTable.columnModel
          The TableColumnModel of the table.
 

Methods in javax.swing that return TableColumnModel
Modifier and Type Method and Description
protected  TableColumnModel JTable.createDefaultColumnModel()
          Returns the default column model object, which is a DefaultTableColumnModel.
 TableColumnModel JTable.getColumnModel()
          Returns the TableColumnModel that contains all column information of this table.
 

Methods in javax.swing with parameters of type TableColumnModel
Modifier and Type Method and Description
 void JTable.setColumnModel(TableColumnModel columnModel)
          Sets the column model for this table to newModel and registers for listener notifications from the new column model.
 

Constructors in javax.swing with parameters of type TableColumnModel
Constructor and Description
JTable(TableModel dm, TableColumnModel cm)
          Constructs a JTable that is initialized with dm as the data model, cm as the column model, and a default selection model.
JTable(TableModel dm, TableColumnModel cm, ListSelectionModel sm)
          Constructs a JTable that is initialized with dm as the data model, cm as the column model, and sm as the selection model.
 

Uses of TableColumnModel in javax.swing.event
 

Constructors in javax.swing.event with parameters of type TableColumnModel
Constructor and Description
TableColumnModelEvent(TableColumnModel source, int from, int to)
          Constructs a TableColumnModelEvent object.
 

Uses of TableColumnModel in javax.swing.table
 

Classes in javax.swing.table that implement TableColumnModel
Modifier and Type Class and Description
 class DefaultTableColumnModel
          The standard column-handler for a JTable.
 

Fields in javax.swing.table declared as TableColumnModel
Modifier and Type Field and Description
protected  TableColumnModel JTableHeader.columnModel
          The TableColumnModel of the table header.
 

Methods in javax.swing.table that return TableColumnModel
Modifier and Type Method and Description
protected  TableColumnModel JTableHeader.createDefaultColumnModel()
          Returns the default column model object which is a DefaultTableColumnModel.
 TableColumnModel JTableHeader.getColumnModel()
          Returns the TableColumnModel that contains all column information of this table header.
 

Methods in javax.swing.table with parameters of type TableColumnModel
Modifier and Type Method and Description
 void JTableHeader.setColumnModel(TableColumnModel columnModel)
          Sets the column model for this table to newModel and registers for listener notifications from the new column model.
 

Constructors in javax.swing.table with parameters of type TableColumnModel
Constructor and Description
JTableHeader(TableColumnModel cm)
          Constructs a JTableHeader which is initialized with cm as the column model.
 


Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright © 1993, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.