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