|
JComponentPack 1.5.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Converter
Converter converts the string to object and object
to string.
| Method Summary | |
|---|---|
String |
toString(Object o)
Converts the object to string. |
Object |
valueOf(String s)
Convets the string to object. |
| Method Detail |
|---|
String toString(Object o)
throws ConvertException
o - the object
ConvertException
Object valueOf(String s)
throws ConvertException
s - the string
ConvertException
|
JComponentPack 1.5.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||