planetj.formatters
Class ProperCaseFormatter

java.lang.Object
  |
  +--planetj.formatters.ProperCaseFormatter
All Implemented Interfaces:
IFormatter

public class ProperCaseFormatter
extends Object
implements IFormatter

Insert the type's description here. Creation date: (11/28/2001 10:04:12 AM)


Constructor Summary
ProperCaseFormatter()
           
 
Method Summary
 Object formatValue(Object value)
          Formats the Object passed in.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProperCaseFormatter

public ProperCaseFormatter()
Method Detail

formatValue

public Object formatValue(Object value)
Formats the Object passed in. This method will convert a value into its proper case. For example, the value 'GREEN BAY' would return as 'Green Bay'.

Specified by:
formatValue in interface IFormatter
Parameters:
value - java.lang.Object
Returns:
java.lang.Object