net.coderazzi.filters.gui
Class ParserModel.ShortTypeFormat

java.lang.Object
  extended by java.text.Format
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class java.text.Format
Format.Field
 
Constructor Summary
ParserModel.ShortTypeFormat()
           
 
Method Summary
 StringBuffer format(Object obj, StringBuffer toAppendTo, FieldPosition pos)
           
 Object parseObject(String text)
           
 Object parseObject(String source, ParsePosition pos)
           
 
Methods inherited from class java.text.Format
clone, format, formatToCharacterIterator
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserModel.ShortTypeFormat

public ParserModel.ShortTypeFormat()
Method Detail

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