Uses of Interface
org.tbee.swing.table.TableModelValueWrapper.ValueWrapperFactory

Packages that use TableModelValueWrapper.ValueWrapperFactory
org.tbee.swing.jdbc   
org.tbee.swing.table   
 

Uses of TableModelValueWrapper.ValueWrapperFactory in org.tbee.swing.jdbc
 

Classes in org.tbee.swing.jdbc that implement TableModelValueWrapper.ValueWrapperFactory
 class JdbcComboBoxModel
          Extends the JdbcListModel for usage with the ComboBoxModel.
 class JdbcListModel
          This model populates a ListModel from a ResultSet (or SQL statement).
 

Uses of TableModelValueWrapper.ValueWrapperFactory in org.tbee.swing.table
 

Methods in org.tbee.swing.table that return TableModelValueWrapper.ValueWrapperFactory
 TableModelValueWrapper.ValueWrapperFactory TableModelValueWrapper.getValueWrapper(int columnIdx)
          Registration of the ValueWrapper factories
 

Methods in org.tbee.swing.table with parameters of type TableModelValueWrapper.ValueWrapperFactory
 void TableModelValueWrapper.setValueWrapper(int columnIdx, TableModelValueWrapper.ValueWrapperFactory factory)
          Registration of the ValueWrapper factories
 



Copyright © 2010. All Rights Reserved.