|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyAccessor | |
---|---|
com.jgoodies.binding.beans | Contains classes to model and work with Java Beans and Java Bean properties. |
com.jgoodies.binding.extras | Contains optional classes that ship only with the source distribution. |
Uses of PropertyAccessor in com.jgoodies.binding.beans |
---|
Methods in com.jgoodies.binding.beans that return PropertyAccessor | |
---|---|
PropertyAccessor |
PropertyAccessors.PropertyAccessorProvider.getAccessor(Class<?> beanClass,
String propertyName,
String getterName,
String setterName)
Looks up and returns a PropertyAccessor for the given bean class and the specified property, getter, and setter. |
PropertyAccessor |
PropertyAccessors.IntrospectionPropertyAccessorProvider.getAccessor(Class<?> beanClass,
String propertyName,
String getterName,
String setterName)
|
Methods in com.jgoodies.binding.beans with parameters of type PropertyAccessor | |
---|---|
static PropertyAccessException |
PropertyAccessException.createReadAccessException(Object bean,
PropertyAccessor propertyAccessor,
Throwable cause)
Creates and returns a new PropertyAccessException instance for a failed read access for the specified bean, property accessor and cause. |
static PropertyAccessException |
PropertyAccessException.createWriteAccessException(Object bean,
Object value,
PropertyAccessor propertyAccessor,
Throwable cause)
Creates and returns a new PropertyAccessException instance for a failed write access for the specified bean, value, property accessor and cause. |
Uses of PropertyAccessor in com.jgoodies.binding.extras |
---|
Methods in com.jgoodies.binding.extras that return PropertyAccessor | |
---|---|
PropertyAccessor |
FastPropertyAccessorProviderDraft.getAccessor(Class<?> beanClass,
String propertyName,
String getterName,
String setterName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |