Uses of Interface
org.apache.commons.clazz.ClazzProperty

Packages that use ClazzProperty
org.apache.commons.clazz   
org.apache.commons.clazz.bean   
org.apache.commons.clazz.reflect   
org.apache.commons.clazz.reflect.common   
org.apache.commons.clazz.reflect.extended   
 

Uses of ClazzProperty in org.apache.commons.clazz
 

Methods in org.apache.commons.clazz that return ClazzProperty
abstract  ClazzProperty Clazz.getProperty(String name)
          Returns a ClazzProperty for the given name
 

Methods in org.apache.commons.clazz with parameters of type ClazzProperty
protected  void Clazz.firePropertyAdded(ClazzProperty property)
           
protected  void Clazz.firePropertyRemoved(ClazzProperty property)
           
 void ClazzChangeListener.propertyAdded(Clazz clazz, ClazzProperty property)
           
 void ClazzChangeListener.propertyRemoved(Clazz clazz, ClazzProperty property)
           
 

Uses of ClazzProperty in org.apache.commons.clazz.bean
 

Classes in org.apache.commons.clazz.bean that implement ClazzProperty
 class BeanClazzProperty
           
 

Methods in org.apache.commons.clazz.bean that return ClazzProperty
 ClazzProperty BeanClazz.getProperty(String name)
           
 

Methods in org.apache.commons.clazz.bean with parameters of type ClazzProperty
 void BeanClazz.addDeclaredProperty(ClazzProperty property)
           
protected  void BeanClazz.addProperty(ClazzProperty property)
          Called indirectly when declared properties are manipulated.
 void BeanClazz.removeDeclaredProperty(ClazzProperty property)
           
protected  void BeanClazz.removeProperty(ClazzProperty property)
          Called indirectly when declared properties are manipulated.
 

Uses of ClazzProperty in org.apache.commons.clazz.reflect
 

Subinterfaces of ClazzProperty in org.apache.commons.clazz.reflect
 interface ReflectedProperty
          The same reflected property may have more than one name.
 

Methods in org.apache.commons.clazz.reflect that return ClazzProperty
 ClazzProperty ReflectedClazz.getProperty(String name)
           
 

Methods in org.apache.commons.clazz.reflect with parameters of type ClazzProperty
protected  void ReflectedClazz.addProperty(ClazzProperty property)
           
 

Uses of ClazzProperty in org.apache.commons.clazz.reflect.common
 

Classes in org.apache.commons.clazz.reflect.common that implement ClazzProperty
 class ReflectedAccessorPairProperty
           
 class ReflectedListProperty
           
 class ReflectedScalarProperty
           
 

Uses of ClazzProperty in org.apache.commons.clazz.reflect.extended
 

Classes in org.apache.commons.clazz.reflect.extended that implement ClazzProperty
 class ReflectedMappedProperty
           
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.