| 
 | JavaTM 2 Platform Std. Ed. v1.4.1 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TableColumnModel | |
| 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 | |
| protected  TableColumnModel | JTable.columnModelThe TableColumnModelof the table. | 
| Methods in javax.swing that return TableColumnModel | |
|  TableColumnModel | JTable.getColumnModel()Returns the TableColumnModelthat contains all column information
 of this table. | 
| protected  TableColumnModel | JTable.createDefaultColumnModel()Returns the default column model object, which is a DefaultTableColumnModel. | 
| Methods in javax.swing with parameters of type TableColumnModel | |
|  void | JTable.setColumnModel(TableColumnModel columnModel)Sets the column model for this table to newModeland registers
 for listener notifications from the new column model. | 
| Constructors in javax.swing with parameters of type TableColumnModel | |
| JTable(TableModel dm,
       TableColumnModel cm)Constructs a JTablethat is initialized withdmas the data model,cmas the column model, and a default selection model. | |
| JTable(TableModel dm,
       TableColumnModel cm,
       ListSelectionModel sm)Constructs a JTablethat is initialized withdmas the data model,cmas the
 column model, andsmas the selection model. | |
| Uses of TableColumnModel in javax.swing.event | 
| Constructors in javax.swing.event with parameters of type TableColumnModel | |
| 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 | |
|  class | DefaultTableColumnModelThe standard column-handler for a JTable. | 
| Fields in javax.swing.table declared as TableColumnModel | |
| protected  TableColumnModel | JTableHeader.columnModelThe TableColumnModelof the table header. | 
| Methods in javax.swing.table that return TableColumnModel | |
|  TableColumnModel | JTableHeader.getColumnModel()Returns the TableColumnModelthat contains all column information
 of this table header. | 
| protected  TableColumnModel | JTableHeader.createDefaultColumnModel()Returns the default column model object which is a DefaultTableColumnModel. | 
| Methods in javax.swing.table with parameters of type TableColumnModel | |
|  void | JTableHeader.setColumnModel(TableColumnModel columnModel)Sets the column model for this table to newModeland registers
  for listener notifications from the new column model. | 
| Constructors in javax.swing.table with parameters of type TableColumnModel | |
| JTableHeader(TableColumnModel cm)Constructs a JTableHeaderwhich is initialized withcmas the column model. | |
| 
 | JavaTM 2 Platform Std. Ed. v1.4.1 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.