Uses of Class
org.ujoframework.extensions.AbstractUjoExt

Packages that use AbstractUjoExt
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 AbstractUjoExt in org.ujoframework.implementation.array
 

Subclasses of AbstractUjoExt in org.ujoframework.implementation.array
 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 AbstractUjoExt in org.ujoframework.implementation.bean
 

Subclasses of AbstractUjoExt in org.ujoframework.implementation.bean
 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 AbstractUjoExt in org.ujoframework.implementation.field
 

Subclasses of AbstractUjoExt in org.ujoframework.implementation.field
 class FieldUjoExt<UJO extends FieldUjoExt>
          The abstract Ujo implementation use a direct access to its private object fiels.
 

Uses of AbstractUjoExt in org.ujoframework.implementation.map
 

Subclasses of AbstractUjoExt in org.ujoframework.implementation.map
 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 AbstractUjoExt in org.ujoframework.implementation.registrar
 

Subclasses of AbstractUjoExt in org.ujoframework.implementation.registrar
 class RegistrarUjoExt<UJO extends RegistrarUjoExt>
          A MapUjoExt implementation with a Property change listener support.
 

Uses of AbstractUjoExt in org.ujoframework.swing
 

Subclasses of AbstractUjoExt in org.ujoframework.swing
 class UjoPropertyRow
          An implementation of TableModel for List of Ujo objects.
 



Copyright © 2010. All Rights Reserved.