Holger's
Java API

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

Packages that use FormattedCellRenderer
com.antelmann.db This package contains generally useful classes for generic database management. 
com.antelmann.util This package contains generally useful classes that are used throughout the other packages in this framework. 
com.antelmann.util.table This package provides useful additions to TableModels and contains classes to ease development with Swing tables. 
 

Uses of FormattedCellRenderer in com.antelmann.db
 

Methods in com.antelmann.db that return FormattedCellRenderer
static FormattedCellRenderer EntryClassMapper.Adapter.getRenderer(EntryClassMapper ecm)
           
 

Uses of FormattedCellRenderer in com.antelmann.util
 

Methods in com.antelmann.util that return FormattedCellRenderer
static FormattedCellRenderer I18n.getLanguageRenderer()
           
static FormattedCellRenderer I18n.getLanguageRenderer(Locale l)
           
static FormattedCellRenderer Country.getRenderer(boolean showFullName, boolean showIcon, Locale l)
           
 

Uses of FormattedCellRenderer in com.antelmann.util.table
 

Subclasses of FormattedCellRenderer in com.antelmann.util.table
 class CurrencyCellRenderer
          a renderer for displaying numbers as a currency
 class MoneyRenderer
          renders Money objects using a NumberFormat
 

Methods in com.antelmann.util.table that return FormattedCellRenderer
 FormattedCellRenderer FormattedCellRenderer.setNullValue(String nullValue)
          allows to customize the String returned by format(Object) if the value is null (by default, this is an empty String)
 



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