swingx
Version 2005-08-19

Uses of Class
org.jdesktop.swingx.JXTable

Packages that use JXTable
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 JXTable in org.jdesktop.swingx
 

Subclasses of JXTable in org.jdesktop.swingx
 class JXTreeTable
          JXTreeTable is a specialized table consisting of a single column in which to display hierarchical data, and any number of other columns in which to display regular data.
 

Methods in org.jdesktop.swingx that return JXTable
 JXTable JXTable.TableAdapter.getTable()
          Typesafe accessor for the target component.
 JXTable JXTableHeader.getXTable()
           
 

Constructors in org.jdesktop.swingx with parameters of type JXTable
JXTable.TableAdapter(JXTable component)
          Constructs a TableDataAdapter for the specified target component.
 

Uses of JXTable in org.jdesktop.swingx.table
 

Methods in org.jdesktop.swingx.table with parameters of type JXTable
 void ColumnFactory.configureColumnWidths(JXTable table, TableColumnExt columnx)
           
 void ColumnFactory.packColumn(JXTable table, TableColumnExt col, int margin, int max)
           
 

Constructors in org.jdesktop.swingx.table with parameters of type JXTable
ColumnControlButton(JXTable table, Icon icon)
           
 


swingx
Version 2005-08-19