net.coderazzi.filters.gui
Class ParserModel.LongTypeFormat
java.lang.Object
java.text.Format
net.coderazzi.filters.gui.ParserModel.LongTypeFormat
- All Implemented Interfaces:
- Serializable, Cloneable
- Enclosing class:
- ParserModel
public static class ParserModel.LongTypeFormat
- extends Format
Factory to build long objects.
- See Also:
- Serialized Form
ParserModel.LongTypeFormat
public ParserModel.LongTypeFormat()
parseObject
public Object parseObject(String text)
throws ParseException
- Throws:
ParseException
format
public StringBuffer format(Object obj,
StringBuffer toAppendTo,
FieldPosition pos)
- Specified by:
format
in class Format
parseObject
public Object parseObject(String source,
ParsePosition pos)
- Specified by:
parseObject
in class Format
Copyright © 2011 coderazzi. All Rights Reserved.