| 
JavaTM 2 Platform Std. Ed. v1.3.1  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableColumnModelListener | |
| 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.table | Provides classes and interfaces for dealing with javax.swing.JTable. | 
| Uses of TableColumnModelListener in javax.swing | 
| Classes in javax.swing that implement TableColumnModelListener | |
 class | 
JTable
JTable is a user-interface component that presents data in 
 a two-dimensional table format. | 
protected  class | 
JTable.AccessibleJTable
This class implements accessibility support for the JTable class. | 
| Uses of TableColumnModelListener in javax.swing.table | 
| Classes in javax.swing.table that implement TableColumnModelListener | |
 class | 
JTableHeader
This is the object which manages the header of the JTable. | 
| Methods in javax.swing.table with parameters of type TableColumnModelListener | |
 void | 
DefaultTableColumnModel.addColumnModelListener(TableColumnModelListener x)
Adds a listener for table column model events.  | 
 void | 
DefaultTableColumnModel.removeColumnModelListener(TableColumnModelListener x)
Removes a listener for table column model events.  | 
 void | 
TableColumnModel.addColumnModelListener(TableColumnModelListener x)
Adds a listener for table column model events.  | 
 void | 
TableColumnModel.removeColumnModelListener(TableColumnModelListener x)
Removes a listener for table column model events.  | 
  | 
JavaTM 2 Platform Std. Ed. v1.3.1  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Oracle and/or its affiliates, in the US and other countries.
Copyright © 1995, 2010 Oracle and/or its affiliates.    All rights reserved.