|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.infodesire.infobit.util.FormatTool
tool to perform formatting of various data
| Constructor Summary | |
FormatTool()
Constructor for the FormatTool object |
|
| Method Summary | |
java.lang.String |
mediumDate(long date)
format long milliseconds as medium date |
java.lang.String |
mediumDate(java.lang.String date)
format date string coming out of attribute to date |
java.lang.String |
percent(double value)
format double as percent. |
java.lang.String |
percent(float value)
format float as percent value |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FormatTool()
| Method Detail |
public java.lang.String mediumDate(long date)
date - Description of Parameter
public java.lang.String mediumDate(java.lang.String date)
date - Description of Parameter
public java.lang.String percent(float value)
value - Description of Parameter
public java.lang.String percent(double value)
value - Description of Parameter
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||