Joda System API

Uses of Interface
org.joda.property.impl.PropertyData

Packages that use PropertyData
org.joda.property Joda property based domain model 
org.joda.property.impl   
org.joda.property.impl.data   
 

Uses of PropertyData in org.joda.property
 

Methods in org.joda.property with parameters of type PropertyData
abstract  Property JodaFactory.createProperty(Bean bean, java.lang.String name, java.lang.Class intface, java.lang.Class[] types, PropertyData data)
          Create a new Property and attach it to a particular Bean.
 

Uses of PropertyData in org.joda.property.impl
 

Methods in org.joda.property.impl that return PropertyData
protected  PropertyData ProxyPropertyFactory.createPropertyData(Property property, PropertyMetaData propMetaData)
          Create a property data object for the specified property.
protected  PropertyData ProxyPropertyFactory.createPropertyData(Property property)
          Create a property data object for the specified property.
 PropertyData PropertyInit.getPropertyData()
          Get the property data object
 PropertyData AbstractProperty.data()
          Get the property data acting as the data store.
 

Methods in org.joda.property.impl with parameters of type PropertyData
 Property ProxyPropertyFactory.createProperty(Bean bean, java.lang.String name, java.lang.Class intface, java.lang.Class[] types, PropertyData data)
          Create a Property on the bean
 

Constructors in org.joda.property.impl with parameters of type PropertyData
PropertyInit(Bean bean, java.lang.Class[] types, java.lang.String name, PropertyData data)
          Constructor
PropertyInit(Bean bean, PropertyMetaData metaData, PropertyData data)
          Constructor
 

Uses of PropertyData in org.joda.property.impl.data
 

Classes in org.joda.property.impl.data that implement PropertyData
 class AbstractPropertyData
          Abstract implementation of the PropertyData interface that stores the owning node.
 class CodedBeanPropertyData
          CodedBeanPropertyData uses reflection to access the get and set methods declared on the bean.
 class DefaultPropertyData
          Basic implementation of the PropertyData interface which stores the data in instance variables and fires simple events.
 class ModifiablePropertyData
          Derived property data implementation for modifiable data.
 class UnmodifiablePropertyData
          Derived property data implementation which gets a piece of unmodifiable data.
 


Joda System API

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