net.coderazzi.filters.gui
Class ParserModel.ShortTypeFormat
java.lang.Object
java.text.Format
net.coderazzi.filters.gui.ParserModel.ShortTypeFormat
- All Implemented Interfaces:
- Serializable, Cloneable
- Enclosing class:
- ParserModel
public static class ParserModel.ShortTypeFormat
- extends Format
Factory to build short objects.
- See Also:
- Serialized Form
ParserModel.ShortTypeFormat
public ParserModel.ShortTypeFormat()
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.