Uses of Interface
org.ujoframework.extensions.UjoExt

Packages that use UjoExt
org.ujoframework.extensions UJO extensions. 
org.ujoframework.implementation.array   
org.ujoframework.implementation.bean   
org.ujoframework.implementation.field   
org.ujoframework.implementation.map   
org.ujoframework.implementation.registrar   
org.ujoframework.swing Swing support. 
 

Uses of UjoExt in org.ujoframework.extensions
 

Classes in org.ujoframework.extensions with type parameters of type UjoExt
 class AbstractUjoExt<UJO_IMPL extends UjoExt>
          This is a simple abstract implementation of Ujo.
 interface UjoExt<UJO_IMPL extends UjoExt>
          This is an extended Ujo interface designed for a more conventional property access evaluated by developers.
 

Classes in org.ujoframework.extensions that implement UjoExt
 class AbstractUjoExt<UJO_IMPL extends UjoExt>
          This is a simple abstract implementation of Ujo.
 

Uses of UjoExt in org.ujoframework.implementation.array
 

Classes in org.ujoframework.implementation.array that implement UjoExt
 class ArrayUjoExt<UJO extends ArrayUjoExt>
          This is an Groovy style implementation of a setter and getter methods for an easier access for developpers, however the methods have got an weaker type control in compare to the MapUjo implementation.
 

Uses of UjoExt in org.ujoframework.implementation.bean
 

Classes in org.ujoframework.implementation.bean that implement UjoExt
 class BeanUjoExt<UJO extends BeanUjoExt>
          This is an Groovy style implementation of a setter and getter methods for an easier access for developpers, however the methods have got an weaker type control in compare to the MapUjo implementation.
 

Uses of UjoExt in org.ujoframework.implementation.field
 

Classes in org.ujoframework.implementation.field that implement UjoExt
 class FieldUjoExt<UJO extends FieldUjoExt>
          The abstract Ujo implementation use a direct access to its private object fiels.
 

Uses of UjoExt in org.ujoframework.implementation.map
 

Classes in org.ujoframework.implementation.map that implement UjoExt
 class MapUjoExt<UJO extends MapUjoExt>
          This is an Groovy style implementation of a setter and getter methods for an easier access for developpers, however the methods have got an weaker type control in compare to the MapUjo implementation.
 

Uses of UjoExt in org.ujoframework.implementation.registrar
 

Classes in org.ujoframework.implementation.registrar that implement UjoExt
 class RegistrarUjoExt<UJO extends RegistrarUjoExt>
          A MapUjoExt implementation with a Property change listener support.
 

Uses of UjoExt in org.ujoframework.swing
 

Classes in org.ujoframework.swing that implement UjoExt
 class UjoPropertyRow
          An implementation of TableModel for List of Ujo objects.
 



Copyright © 2010. All Rights Reserved.