Package net.sf.fikin.pojostate.format

Package Specification This package contains formatting objects used by Property.getValue() and State.toString().

See:
          Description

Class Summary
BooleanFormat Default implementation of boolean format It supports pattern configurable text representation for true and false.
DecoratedChoiceFormat Decorate java.text.ChoiceFormat with ability to accept null values, returning empty string for them.
DecoratedMessageFormat Decorates java.text.MessageFormat.format(Object) with ability to pass single String (original method expects an array).
DefaultFormat Implementation of java.text.Format failing to object's own toString() method.
Duration Duration data type object represented as long value of milliseconds.
DurationFormat Duration date format Expects java.lang.Long or java.util.Date objects and applies formating in format of time duration.
FixedStringFormat Prints a fixed string instead of actually formatting the input object.
PropertiesStateFormat Format a State object in properties-like fashion.
SimpleDateFormatMs Simple date format accepting long values (milliseconds) as well as java.util.Date.
XmlStateFormat Print a State object in an XML format.
 

Package net.sf.fikin.pojostate.format Description

Package Specification

This package contains formatting objects used by Property.getValue() and State.toString().
It also and features extented implementations for extended StateFormat.format(Object, Object) methods.



Copyright © 2005 Nikolay Fiykov. All Rights Reserved.