Holger's
Java API

Uses of Interface
com.antelmann.util.table.TableCustomizer

Packages that use TableCustomizer
com.antelmann.db This package contains generally useful classes for generic database management. 
com.antelmann.math This package contains classes to ease calculations. 
com.antelmann.util.table This package provides useful additions to TableModels and contains classes to ease development with Swing tables. 
 

Uses of TableCustomizer in com.antelmann.db
 

Classes in com.antelmann.db that implement TableCustomizer
static class DBStoreProfiler.ProfileModel
          the profile model is a read-only snapshot of the given profile.
 

Uses of TableCustomizer in com.antelmann.math
 

Classes in com.antelmann.math that implement TableCustomizer
static class DataMap.SnapshotModel
           
 

Uses of TableCustomizer in com.antelmann.util.table
 

Classes in com.antelmann.util.table that implement TableCustomizer
 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
 class TableModelWrapper
          allows to easily wrap a given table model and quickly just override a single method or customize the model by using appropriate methods herein.
 

Methods in com.antelmann.util.table with parameters of type TableCustomizer
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