Uses of Class
org.jdesktop.swingx.JXTable

Packages that use JXTable
org.jdesktop.jdnc Contains API and extended Swing components which provide common functionality required by data-centric, enterprise client applications. 
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.jdnc
 

Fields in org.jdesktop.jdnc declared as JXTable
protected  JXTable JNTable.jxtable
          The JXTable being wrapped by this JNTable.
 

Methods in org.jdesktop.jdnc that return JXTable
 JXTable JNTable.getTable()
           
 

Methods in org.jdesktop.jdnc with parameters of type JXTable
protected  void JNTable.setTable(JXTable jxtable)
          Uses the specified table as the basis for this JNTable TODO This method does not currently appear to handle changing JXTables in midstream appropriately.
 

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()
           
 

Methods in org.jdesktop.swingx with parameters of type JXTable
 void JXTable.LinkController.install(JXTable table)
           
 

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, javax.swing.Icon icon)
           
 



Copyright © 2005 Sun Microsystems All Rights Reserved.