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

Packages that use TableColumnExt
org.jdesktop.binding.swingx.table   
org.jdesktop.jdnc Contains API and extended Swing components which provide common functionality required by data-centric, enterprise client applications. 
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.binding.swingx.table
 

Methods in org.jdesktop.binding.swingx.table with parameters of type TableColumnExt
 void ColumnFactoryExt.configureTableColumn(MetaDataProvider provider, TableColumnExt column)
           
 void ColumnFactoryExt.configureTableColumn(javax.swing.table.TableModel model, TableColumnExt column)
           
 

Uses of TableColumnExt in org.jdesktop.jdnc
 

Methods in org.jdesktop.jdnc that return TableColumnExt
 TableColumnExt JNTable.getColumn(int currentViewIndex)
          Returns the column which is currently located at the specified column view index.
 TableColumnExt JNTable.getColumn(java.lang.String name)
           
 

Methods in org.jdesktop.jdnc with parameters of type TableColumnExt
 void JNTable.addColumn(TableColumnExt column)
          Adds the specified view column to this table
 void JNTable.removeColumn(TableColumnExt column)
          Removes the specified column from this JNTable
 

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
 TableColumnExt JXTable.getColumnExt(java.lang.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(javax.swing.table.TableModel model, int modelIndex)
           
 TableColumnExt ColumnFactory.createTableColumn(int modelIndex)
           
 TableColumnExt TableColumnModelExt.getColumnExt(java.lang.Object identifier)
          returns the first TableColumnExt with the given identifier or null if none is found.
 TableColumnExt DefaultTableColumnModelExt.getColumnExt(java.lang.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(javax.swing.table.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)
           
 



Copyright © 2005 Sun Microsystems All Rights Reserved.