Uses of Class
org.jdesktop.swingx.JXTable
-
Packages that use JXTable Package Description 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.search 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 Modifier and Type Class Description classJXTreeTableJXTreeTableis a specializedtableconsisting 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 Modifier and Type Method Description JXTableJXTable.TableAdapter. getTable()Typesafe accessor for the target component.JXTableJXTableHeader. getXTable()Returns the associated table if it is of type JXTable, or null if not.Methods in org.jdesktop.swingx that return types with arguments of type JXTable Modifier and Type Method Description protected TableRolloverController<JXTable>JXTable. createLinkController()Creates and returns a RolloverController appropriate for this component.protected TableRolloverController<JXTable>JXTable. getLinkController()Returns the RolloverController for this component.Constructors in org.jdesktop.swingx with parameters of type JXTable Constructor Description TableAdapter(JXTable component)Constructs aTableDataAdapterfor the specified target component. -
Uses of JXTable in org.jdesktop.swingx.search
Fields in org.jdesktop.swingx.search declared as JXTable Modifier and Type Field Description protected JXTableTableSearchable. tableThe target JXTable.Methods in org.jdesktop.swingx.search that return JXTable Modifier and Type Method Description JXTableTableSearchable. getTarget()It's the responsibility of subclasses to covariant override.Constructors in org.jdesktop.swingx.search with parameters of type JXTable Constructor Description TableSearchable(JXTable table)Instantiates a TableSearchable with the given table as target. -
Uses of JXTable in org.jdesktop.swingx.table
Methods in org.jdesktop.swingx.table with parameters of type JXTable Modifier and Type Method Description protected intColumnFactory. calcHeaderWidth(JXTable table, TableColumnExt columnExt)Measures and returns the preferred width of the header.protected intColumnFactory. calcPrototypeWidth(JXTable table, TableColumnExt columnExt)Measures and returns the preferred width of the rendering component configured with the prototype value, if any.voidColumnFactory. configureColumnWidths(JXTable table, TableColumnExt columnExt)Configures column initial widths properties fromJXTable.protected javax.swing.table.TableCellRendererColumnFactory. getCellRenderer(JXTable table, TableColumnExt columnExt)Returns the cell renderer to use for measuring.protected javax.swing.table.TableCellRendererColumnFactory. getHeaderRenderer(JXTable table, TableColumnExt columnExt)Looks up and returns the renderer used for the column's header.intColumnFactory. getPreferredScrollableViewportWidth(JXTable table)Calculates and returns the preferred scrollable viewport width of the given table.protected intColumnFactory. getRowCount(JXTable table)Returns the number of table view rows accessible during row-related config.voidColumnFactory. packColumn(JXTable table, TableColumnExt columnExt, int margin, int max)Configures the column'spreferredWidthto fit the content.Constructors in org.jdesktop.swingx.table with parameters of type JXTable Constructor Description ColumnControlButton(JXTable table)Creates a column control button for the table.ColumnControlButton(JXTable table, javax.swing.Icon icon)Creates a column control button for the table.
-