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. 
 

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 JXTableHeader.getXTable()
          Returns the associated table if it is of type JXTable, or null if not.