Uses of Package
net.sf.fikin.pojostate

Packages that use net.sf.fikin.pojostate
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.select Package Specification This package contains Selector implementations with a specific behaviour 
net.sf.fikin.pojostate.state Package Specification This package contains implementation of State and Property interfaces 
 

Classes in net.sf.fikin.pojostate used by net.sf.fikin.pojostate
DecorationException
          Indicate an internal error during POJO decoration created on Jul 18, 2005
MethodMeta
          Metadata of an jva.lang.reflect.Method MethodMeta wraps the actual Method object with user defined method's UI name, description and formatting object.
Property
          Property of an object (POJO) Properties are actually object methods with interfaces to obtain their values.
Selector
          Selectors are used to select only those POJO methods which are suitable for State.
State
          State of an object (POJO).
StateFormat
          Format a State object to a string.
 

Classes in net.sf.fikin.pojostate used by net.sf.fikin.pojostate.decorate
DecorationException
          Indicate an internal error during POJO decoration created on Jul 18, 2005
Decorator
          Decorator Decorates an object (POJO) with State.
Selector
          Selectors are used to select only those POJO methods which are suitable for State.
State
          State of an object (POJO).
StateFormat
          Format a State object to a string.
StatePrototype
          A State with ability to clone and factory method for new Properties.
 

Classes in net.sf.fikin.pojostate used by net.sf.fikin.pojostate.format
Property
          Property of an object (POJO) Properties are actually object methods with interfaces to obtain their values.
State
          State of an object (POJO).
StateFormat
          Format a State object to a string.
 

Classes in net.sf.fikin.pojostate used by net.sf.fikin.pojostate.select
DecorationException
          Indicate an internal error during POJO decoration created on Jul 18, 2005
MethodMeta
          Metadata of an jva.lang.reflect.Method MethodMeta wraps the actual Method object with user defined method's UI name, description and formatting object.
Selector
          Selectors are used to select only those POJO methods which are suitable for State.
 

Classes in net.sf.fikin.pojostate used by net.sf.fikin.pojostate.state
DecorationException
          Indicate an internal error during POJO decoration created on Jul 18, 2005
MethodMeta
          Metadata of an jva.lang.reflect.Method MethodMeta wraps the actual Method object with user defined method's UI name, description and formatting object.
Property
          Property of an object (POJO) Properties are actually object methods with interfaces to obtain their values.
State
          State of an object (POJO).
StateFormat
          Format a State object to a string.
StatePrototype
          A State with ability to clone and factory method for new Properties.
 



Copyright © 2005 Nikolay Fiykov. All Rights Reserved.