Holger's
Java API

Uses of Class
com.antelmann.util.table.TableModelWrapper

Packages that use TableModelWrapper
com.antelmann.sql This package contains classes to ease JDBC development and also provides useful SQL-based implementations for com.antelmann.db classes 
com.antelmann.util.table This package provides useful additions to TableModels and contains classes to ease development with Swing tables. 
 

Uses of TableModelWrapper in com.antelmann.sql
 

Methods in com.antelmann.sql that return TableModelWrapper
static TableModelWrapper ForeignKeyMappingInfo.Analyzer.getForeignKeys(Database<Connection> db)
           
 TableModelWrapper ConnectionHelper.getForeignKeysModel(String table)
           
 TableModelWrapper ConnectionHelper.loadTable(ResultSet rs, boolean closeAfterUse)
          allows to load a table for ResultSets that only support ResultSet.TYPE_FORWARD_ONLY
 TableModelWrapper ConnectionHelper.loadTable(String table)
           
 

Uses of TableModelWrapper in com.antelmann.util.table
 

Subclasses of TableModelWrapper in com.antelmann.util.table
 class ConvertedObjectTableModel<X,T>
          allows to use an ObjectTableModel for a different type by providing a conversion
 class ConvertedTableModel
          a special model that allows converting the values before setting/getting a cell value.
 class ObjectTableModelWrapper<T>
          a wrapper around a TableModel that also supports ObjectTableModel
 

Methods in com.antelmann.util.table that return TableModelWrapper
static TableModelWrapper TableUtils.readOnly(TableModel model)
           
static TableModelWrapper TableModelWrapper.wrap(TableModel model, TableCustomizer customizer)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads