Joda System API

Uses of Interface
org.joda.property.type.MapProperty

Packages that use MapProperty
org.joda.property.impl.collection   
org.joda.property.impl.link   
org.joda.property.type   
 

Uses of MapProperty in org.joda.property.impl.collection
 

Classes in org.joda.property.impl.collection that implement MapProperty
 class AbstractMapProperty
          Standard implementation of a map.
 class DefaultDataMapProperty
          Standard implementation of a map of objects.
 

Uses of MapProperty in org.joda.property.impl.link
 

Classes in org.joda.property.impl.link that implement MapProperty
 class DefaultLinkMapProperty
          Standard implementation of a map of beans.
 

Uses of MapProperty in org.joda.property.type
 

Subinterfaces of MapProperty in org.joda.property.type
 interface DataMapProperty
          Interface for a typed updateable map of objects.
 interface LinkMapProperty
          Interface for a typed updateable map of beans.
 


Joda System API

Copyright © 2001-2003 Stephen Colebourne. All Rights Reserved.