Uses of Class
org.jdesktop.swingx.table.TableColumnExt
Packages that use TableColumnExt
Package
Description
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
Contains API required by the extended JTable component, JXTable.
-
Uses of TableColumnExt in org.jdesktop.swingx
Methods in org.jdesktop.swingx that return TableColumnExtModifier and TypeMethodDescriptionJXTable.getColumnExt(int viewColumnIndex) Returns theTableColumnExtat view positioncolumnIndex.JXTable.getColumnExt(Point point) Returns the TableColumnExt at the given location or null if the location is outside or the column is not of typeTableColumnExt.JXTable.getColumnExt(Object identifier) Returns the firstTableColumnExtwith the givenidentifier.JXTableHeader.getColumnExt(Point point) Returns the tableColumn at the given location or null if the location is outside or the column is not of typeTableColumnExt.Methods in org.jdesktop.swingx with parameters of type TableColumnExtModifier and TypeMethodDescriptionprotected StringJXTableHeader.getColumnToolTipText(TableColumnExt columnExt) Returns the column tooltip for the given column or null if none available. -
Uses of TableColumnExt in org.jdesktop.swingx.table
Methods in org.jdesktop.swingx.table that return TableColumnExtModifier and TypeMethodDescriptionColumnFactory.createAndConfigureTableColumn(TableModel model, int modelIndex) Creates and configures a TableColumnExt.ColumnFactory.createTableColumn(int modelIndex) Creates a table column with modelIndex.DefaultTableColumnModelExt.getColumnExt(int columnIndex) Returns theTableColumnExtat view positioncolumnIndex.DefaultTableColumnModelExt.getColumnExt(Object identifier) Returns the firstTableColumnExtwith the givenidentifier.TableColumnModelExt.getColumnExt(int columnIndex) Returns theTableColumnExtat view positioncolumnIndex.TableColumnModelExt.getColumnExt(Object identifier) Returns the firstTableColumnExtwith the givenidentifier.Methods in org.jdesktop.swingx.table with parameters of type TableColumnExtModifier and TypeMethodDescriptionprotected 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.voidColumnFactory.configureTableColumn(TableModel model, TableColumnExt columnExt) Configure column properties from TableModel.protected voidTableColumnExt.copyClientPropertiesFrom(TableColumnExt original) Copies all clientProperties of thisTableColumnExtto the target column.protected voidTableColumnExt.copyFrom(TableColumnExt original) Copies properties from original.protected TableCellRendererColumnFactory.getCellRenderer(JXTable table, TableColumnExt columnExt) Returns the cell renderer to use for measuring.protected TableCellRendererColumnFactory.getHeaderRenderer(JXTable table, TableColumnExt columnExt) Looks up and returns the renderer used for the column's header.protected voidDefaultTableColumnModelExt.moveToInvisible(TableColumnExt col) Update internal state after the visibility of the column was changed to invisible.protected voidDefaultTableColumnModelExt.moveToVisible(TableColumnExt col) Update internal state after the visibility of the column was changed to visible.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 TableColumnExtModifierConstructorDescriptionTableColumnExt(TableColumnExt columnExt) Instantiates a new table view column with all properties copied from the given original.