swingx
Version 2005-08-19

Uses of Class
org.jdesktop.swingx.table.TableColumnExt

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 TableColumnExt object for the column in the table whose column index is equal to viewColumnIndex or null if the column is not of type TableColumnExt
 TableColumnExt JXTable.getColumnExt(Object identifier)
          Returns the TableColumnExt object for the column in the table whose identifier is equal to identifier, when compared using equals.
 

Uses of TableColumnExt in org.jdesktop.swingx.table
 

Methods in org.jdesktop.swingx.table that return TableColumnExt
 TableColumnExt ColumnFactory.createAndConfigureTableColumn(TableModel model, int modelIndex)
           
 TableColumnExt ColumnFactory.createTableColumn(int modelIndex)
           
 TableColumnExt TableColumnModelExt.getColumnExt(Object identifier)
          returns the first TableColumnExt with the given identifier or null if none is found.
 TableColumnExt DefaultTableColumnModelExt.getColumnExt(Object identifier)
          returns the first TableColumnExt with the given identifier or null if none is found.
 

Methods in org.jdesktop.swingx.table with parameters of type TableColumnExt
 void ColumnFactory.configureColumnWidths(JXTable table, TableColumnExt columnx)
           
 void ColumnFactory.configureTableColumn(TableModel model, TableColumnExt column)
          Configure column properties from TableModel.
protected  void DefaultTableColumnModelExt.moveToInvisible(TableColumnExt col)
           
protected  void DefaultTableColumnModelExt.moveToVisible(TableColumnExt col)
           
 void ColumnFactory.packColumn(JXTable table, TableColumnExt col, int margin, int max)
           
 


swingx
Version 2005-08-19