| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableColumnExt | |
|---|---|
| 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 TableColumnExt in org.jdesktop.swingx | 
|---|
| Methods in org.jdesktop.swingx that return TableColumnExt | |
|---|---|
|  TableColumnExt | JXTable.getColumnExt(int viewColumnIndex)Returns the TableColumnExtat view positioncolumnIndex. | 
|  TableColumnExt | JXTable.getColumnExt(Object identifier)Returns the first TableColumnExtwith the givenidentifier. | 
| Uses of TableColumnExt in org.jdesktop.swingx.table | 
|---|
| Methods in org.jdesktop.swingx.table that return TableColumnExt | |
|---|---|
|  TableColumnExt | ColumnFactory.createAndConfigureTableColumn(TableModel model,
                              int modelIndex)Creates and configures a TableColumnExt. | 
|  TableColumnExt | ColumnFactory.createTableColumn(int modelIndex)Creates a table column with modelIndex. | 
|  TableColumnExt | TableColumnModelExt.getColumnExt(int columnIndex)Returns the TableColumnExtat view positioncolumnIndex. | 
|  TableColumnExt | DefaultTableColumnModelExt.getColumnExt(int columnIndex)Returns the TableColumnExtat view positioncolumnIndex. | 
|  TableColumnExt | TableColumnModelExt.getColumnExt(Object identifier)Returns the first TableColumnExtwith the givenidentifier. | 
|  TableColumnExt | DefaultTableColumnModelExt.getColumnExt(Object identifier)Returns the first TableColumnExtwith the givenidentifier. | 
| Methods in org.jdesktop.swingx.table with parameters of type TableColumnExt | |
|---|---|
| protected  int | ColumnFactory.calcHeaderWidth(JXTable table,
                TableColumnExt columnExt)Measures and returns the preferred width of the header. | 
| protected  int | ColumnFactory.calcPrototypeWidth(JXTable table,
                   TableColumnExt columnExt)Measures and returns the preferred width of the rendering component configured with the prototype value, if any. | 
|  void | ColumnFactory.configureColumnWidths(JXTable table,
                      TableColumnExt columnExt)Configures column initial widths properties from JXTable. | 
|  void | ColumnFactory.configureTableColumn(TableModel model,
                     TableColumnExt columnExt)Configure column properties from TableModel. | 
| protected  void | TableColumnExt.copyClientPropertiesFrom(TableColumnExt original)Copies all clientProperties of this TableColumnExtto the target column. | 
| protected  void | TableColumnExt.copyFrom(TableColumnExt original)Copies properties from original. | 
| protected  TableCellRenderer | ColumnFactory.getCellRenderer(JXTable table,
                TableColumnExt columnExt)Returns the cell renderer to use for measuring. | 
| protected  TableCellRenderer | ColumnFactory.getHeaderRenderer(JXTable table,
                  TableColumnExt columnExt)Looks up and returns the renderer used for the column's header. | 
| protected  void | DefaultTableColumnModelExt.moveToInvisible(TableColumnExt col)Update internal state after the visibility of the column was changed to invisible. | 
| protected  void | DefaultTableColumnModelExt.moveToVisible(TableColumnExt col)Update internal state after the visibility of the column was changed to visible. | 
|  void | ColumnFactory.packColumn(JXTable table,
           TableColumnExt columnExt,
           int margin,
           int max)Configures the column's preferredWidthto fit the content. | 
| Constructors in org.jdesktop.swingx.table with parameters of type TableColumnExt | |
|---|---|
| TableColumnExt(TableColumnExt columnExt)Instantiates a new table view column with all properties copied from the given original. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||