Uses of Class
com.jgoodies.binding.beans.PropertyConnector

Packages that use PropertyConnector
com.jgoodies.binding.beans Contains classes to model and work with Java Beans and Java Bean properties. 
 

Uses of PropertyConnector in com.jgoodies.binding.beans
 

Methods in com.jgoodies.binding.beans that return PropertyConnector
static PropertyConnector PropertyConnector.connect(Object bean1, String property1Name, Object bean2, String property2Name)
          Synchronizes the two bound bean properties as specified by the given pairs of bean and associated property name.
 



Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.