Java com.jgoodies.binding.beans PropertyConnector fields, constructors, methods, implement or subclass

Example usage for Java com.jgoodies.binding.beans PropertyConnector fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.jgoodies.binding.beans PropertyConnector.

The text is from its open source code.

Method

PropertyConnectorconnect(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.
voidconnectAndUpdate(ValueModel valueModel, Object bean2, String property2Name)
Synchronizes the ValueModel with the specified bound bean property, and updates the bean immediately.