|
Java Platform 1.2 Beta 4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableColumnModel | |
com.sun.java.swing | Provides a set of "lightweight" (all-Java |
com.sun.java.swing.event | Provides for events fired by Swing components. |
com.sun.java.swing.table | Provides classes and interfaces for dealing with java.awt.swing. |
Uses of TableColumnModel in com.sun.java.swing |
Fields in com.sun.java.swing declared as TableColumnModel | |
protected TableColumnModel | JTable.columnModel
The TableColumnModel of the table |
Methods in com.sun.java.swing that return TableColumnModel | |
TableColumnModel | JTable.getColumnModel()
Returns the TableColumnModel that contains all column inforamtion of this table. |
protected TableColumnModel | JTable.createDefaultColumnModel()
Returns the default column model object which is a DefaultTableColumnModel. |
Methods in com.sun.java.swing with parameters of type TableColumnModel | |
void | JTable.setColumnModel(TableColumnModel newModel)
Sets the column model for this table to newModel and registers with for listner notifications from the new column model. |
Constructors in com.sun.java.swing with parameters of type TableColumnModel | |
JTable.JTable(TableModel dm,
TableColumnModel cm)
Constructs a JTable which is initialized with dm as the data model, cm as the column model, and a default selection model. |
|
JTable.JTable(TableModel dm,
TableColumnModel cm,
ListSelectionModel sm)
Constructs a JTable which is initialized with dm as the data model, cm as the column model, and sm as the selection model. |
Uses of TableColumnModel in com.sun.java.swing.event |
Constructors in com.sun.java.swing.event with parameters of type TableColumnModel | |
TableColumnModelEvent.TableColumnModelEvent(TableColumnModel source,
int from,
int to)
|
Uses of TableColumnModel in com.sun.java.swing.table |
Classes in com.sun.java.swing.table that implement TableColumnModel | |
DefaultTableColumnModel
The standard column-handler for a JTable. |
Fields in com.sun.java.swing.table declared as TableColumnModel | |
protected TableColumnModel | JTableHeader.columnModel
The TableColumnModel of the table header |
Methods in com.sun.java.swing.table that return TableColumnModel | |
TableColumnModel | JTableHeader.getColumnModel()
Returns the TableColumnModel that contains all column inforamtion of this table header. |
protected TableColumnModel | JTableHeader.createDefaultColumnModel()
Returns the default column model object which is a DefaultTableColumnModel. |
Methods in com.sun.java.swing.table with parameters of type TableColumnModel | |
void | JTableHeader.setColumnModel(TableColumnModel newModel)
Sets the column model for this table to newModel and registers with for listner notifications from the new column model. |
Constructors in com.sun.java.swing.table with parameters of type TableColumnModel | |
JTableHeader.JTableHeader(TableColumnModel cm)
Constructs a JTableHeader which is initialized with cm as the column model. |
|
Java Platform 1.2 Beta 4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |