com.jgoodies.binding.beans
Class PropertyAccessors

java.lang.Object
  extended by com.jgoodies.binding.beans.PropertyAccessors

public final class PropertyAccessors
extends Object

Manages the PropertyAccessProvider.

Since:
2.2
Version:
$Revision: 1.5 $
Author:
Karsten Lentzsch

Nested Class Summary
static class PropertyAccessors.IntrospectionPropertyAccessorProvider
          Uses the standard Bean Introspection to look up PropertyDescriptors that in turn are used to build and return PropertyAccessors.
static interface PropertyAccessors.PropertyAccessorProvider
          Just describes how to look up a PropertyAccessor.
 
Method Summary
static PropertyAccessors.PropertyAccessorProvider getProvider()
           
static void setProvider(PropertyAccessors.PropertyAccessorProvider provider)
          Sets a new PropertyAccessorProvider.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getProvider

public static PropertyAccessors.PropertyAccessorProvider getProvider()
Returns:
the current PropertyAccessorProvider

setProvider

public static void setProvider(PropertyAccessors.PropertyAccessorProvider provider)
Sets a new PropertyAccessorProvider.

Parameters:
provider - the new provider to be used
Throws:
NullPointerException - if provider is null


Copyright © 2002-2013 JGoodies Software GmbH. All Rights Reserved.