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 columnExt)
          Configures column initial widths properties from JXTable.
protected  int ColumnFactory.getRowCount(JXTable table)
          Returns the number of table view rows accessible during row-related config.
 void ColumnFactory.packColumn(JXTable table, TableColumnExt columnExt, int margin, int max)
          Configures the column's preferredWidth to fit the content.
 

Constructors in org.jdesktop.swingx.table with parameters of type JXTable
ColumnControlButton(JXTable table, Icon icon)
          Creates a column control button for the table.