|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyAccessors.PropertyAccessorProvider | |
---|---|
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 PropertyAccessors.PropertyAccessorProvider in com.jgoodies.binding.beans |
---|
Classes in com.jgoodies.binding.beans that implement PropertyAccessors.PropertyAccessorProvider | |
---|---|
static class |
PropertyAccessors.IntrospectionPropertyAccessorProvider
Uses the standard Bean Introspection to look up PropertyDescriptors that in turn are used to build and return PropertyAccessors. |
Methods in com.jgoodies.binding.beans that return PropertyAccessors.PropertyAccessorProvider | |
---|---|
static PropertyAccessors.PropertyAccessorProvider |
PropertyAccessors.getProvider()
|
Methods in com.jgoodies.binding.beans with parameters of type PropertyAccessors.PropertyAccessorProvider | |
---|---|
static void |
PropertyAccessors.setProvider(PropertyAccessors.PropertyAccessorProvider provider)
Sets a new PropertyAccessorProvider. |
Uses of PropertyAccessors.PropertyAccessorProvider in com.jgoodies.binding.extras |
---|
Classes in com.jgoodies.binding.extras that implement PropertyAccessors.PropertyAccessorProvider | |
---|---|
class |
FastPropertyAccessorProviderDraft
Provides a faster lookup for PropertyAccessors compared to the Introspection-based default PropertyAccessorProvider. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |