planetj.formatters
Interface IFormatter

All Known Implementing Classes:
CurrencyFormatter, DecimalFeetFormatter, FeetAbbreviationFormatter, FeetFormatter, InchesAbbreviationFormatter, InchesFormatter, MonthFormatter, NumberCommaFormatter, PercentageFormatter, PhoneNumberFormatter, ProperCaseFormatter, SimpleDateFormatter, StringFormatter, TwoDecimalPercentageFormatter

public interface IFormatter

Insert the type's description here. Creation date: (12/1/2001 4:04:28 PM)


Method Summary
 Object formatValue(Object value)
          Insert the method's description here.
 

Method Detail

formatValue

public Object formatValue(Object value)
Insert the method's description here. Creation date: (12/1/2001 4:40:45 PM)

Parameters:
value - java.lang.Object
Returns:
java.lang.Object