2.9.1: 2008-12-18

Package net.sf.basedb.util.formatter

Interface Summary
Formatter<T> A Formatter formats an object to a string suitable for output in a client application.
 

Class Summary
BooleanFormatter Formats a boolean value.
DateFormatter Format a date for output in a client application.
IntegerFormatter Formats a number as an integer.
MultiFormatter A generic formatter that can be used to format objects of mixed classes.
NumberFormatter Formats a number for output on a web page.
PrefixSuffixFormatter<T> Formats a value with optional prefix and suffix.
ToStringFormatter<T> A generic formatter that simply formats objects by calling the toString() method.
 

Enum Summary
BooleanFormatter.Type Enum for holding the various types of boolean output.
 


2.9.1: 2008-12-18