Uses of Class
org.jdesktop.swingx.table.ColumnFactory

Packages that use ColumnFactory
org.jdesktop.binding.swingx.table   
org.jdesktop.swingx Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich, data-centric client applications. 
org.jdesktop.swingx.table Contains API required by the extended JTable component, JXTable. 
 

Uses of ColumnFactory in org.jdesktop.binding.swingx.table
 

Subclasses of ColumnFactory in org.jdesktop.binding.swingx.table
 class ColumnFactoryExt
           
 

Uses of ColumnFactory in org.jdesktop.swingx
 

Methods in org.jdesktop.swingx that return ColumnFactory
protected  ColumnFactory JXTable.getColumnFactory()
           
 

Uses of ColumnFactory in org.jdesktop.swingx.table
 

Methods in org.jdesktop.swingx.table that return ColumnFactory
static ColumnFactory ColumnFactory.getInstance()
           
 

Methods in org.jdesktop.swingx.table with parameters of type ColumnFactory
static void ColumnFactory.setInstance(ColumnFactory factory)
           
 



Copyright © 2005 Sun Microsystems All Rights Reserved.