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)
ProperCaseFormatter
public ProperCaseFormatter()
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