Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
static class |
PropertyAccessors.IntrospectionPropertyAccessorProvider
Uses the standard Bean Introspection to look up PropertyDescriptors
that in turn are used to build and return PropertyAccessors.
|
Modifier and Type | Method and Description |
---|---|
static PropertyAccessors.PropertyAccessorProvider |
PropertyAccessors.getProvider() |
Modifier and Type | Method and Description |
---|---|
static void |
PropertyAccessors.setProvider(PropertyAccessors.PropertyAccessorProvider provider)
Sets a new PropertyAccessorProvider.
|
Modifier and Type | Class and Description |
---|---|
class |
FastPropertyAccessorProviderDraft
Provides a faster lookup for PropertyAccessors compared to the
Introspection-based default PropertyAccessorProvider.
|
Copyright © 2002-2015 JGoodies Software GmbH. All Rights Reserved.