|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jidesoft.converter.NumberConverter
com.jidesoft.converter.DoubleConverter
public class DoubleConverter
Converter which converts Double to String and converts it back.
| Constructor Summary | |
|---|---|
DoubleConverter()
|
|
DoubleConverter(java.text.NumberFormat format)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
fromString(java.lang.String string,
ConverterContext context)
Converts from String to an object. |
boolean |
supportFromString(java.lang.String string,
ConverterContext context)
If it supports fromString. |
| Methods inherited from class com.jidesoft.converter.NumberConverter |
|---|
getDefaultNumberFormat, getNumberFormat, isGroupingUsed, parseNumber, setGroupingUsed, setNumberFormat, supportToString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DoubleConverter()
public DoubleConverter(java.text.NumberFormat format)
| Method Detail |
|---|
public java.lang.Object fromString(java.lang.String string,
ConverterContext context)
ObjectConverter
string - the stringcontext - context to be converted
public boolean supportFromString(java.lang.String string,
ConverterContext context)
ObjectConverter
string - the stringcontext - context to be converted
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||