Uses of Class
net.sf.fikin.pojostate.StateFormat

Packages that use StateFormat
net.sf.fikin.pojostate Package Specification POJO State : observer everythign everywhere This library provides with implementation and APIs for observing POJO state applicable in various uses cases. 
net.sf.fikin.pojostate.decorate Package Specification This package contains Decorator implementations with specific behaviours 
net.sf.fikin.pojostate.format Package Specification This package contains formatting objects used by Property.getValue() and State.toString()
net.sf.fikin.pojostate.state Package Specification This package contains implementation of State and Property interfaces 
 

Uses of StateFormat in net.sf.fikin.pojostate
 

Methods in net.sf.fikin.pojostate that return StateFormat
 StateFormat State.getFormat()
          get state's formatting object Formatting object is responsible to convey this State object to a string representation.
 StateFormat Decorator.getStateFormat()
          get State's formatting object This object will be used by all created by this decorator States as their formatter.
 

Methods in net.sf.fikin.pojostate with parameters of type StateFormat
 void StatePrototype.setFormat(StateFormat format)
          assign the formating object
 void Decorator.setStateFormat(StateFormat stateFormatter)
          set the State formatter This object is shared by all States created by this decorator as their formatting object.
 

Uses of StateFormat in net.sf.fikin.pojostate.decorate
 

Methods in net.sf.fikin.pojostate.decorate that return StateFormat
 StateFormat AbstractDecorator.getStateFormat()
           
 

Methods in net.sf.fikin.pojostate.decorate with parameters of type StateFormat
 void AbstractDecorator.setStateFormat(StateFormat format)
           
 

Uses of StateFormat in net.sf.fikin.pojostate.format
 

Subclasses of StateFormat in net.sf.fikin.pojostate.format
 class PropertiesStateFormat
          Format a State object in properties-like fashion.
 class XmlStateFormat
          Print a State object in an XML format.
 

Uses of StateFormat in net.sf.fikin.pojostate.state
 

Methods in net.sf.fikin.pojostate.state that return StateFormat
 StateFormat AbstractState.getFormat()
           
 

Methods in net.sf.fikin.pojostate.state with parameters of type StateFormat
 void AbstractState.setFormat(StateFormat format)
          assign the formating object
 



Copyright © 2005 Nikolay Fiykov. All Rights Reserved.