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

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

Introduction

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

The text is from its open source code.

Constructor

PropertyAdapter(B bean, String propertyName)
Constructs a PropertyAdapter for the given bean and property name; does not observe changes.
PropertyAdapter(ValueModel beanChannel, String propertyName)
Constructs a PropertyAdapter for the given bean channel and property name; does not observe changes.
PropertyAdapter(B bean, String propertyName, boolean observeChanges)
Constructs a PropertyAdapter for the given bean and property name; observes changes if specified.
PropertyAdapter(ValueModel beanChannel, String propertyName, boolean observeChanges)
Constructs a PropertyAdapter for the given bean channel and property name; observes changes if specified.

Method

voidaddPropertyChangeListener(PropertyChangeListener listener)
Adds a PropertyChangeListener to the listener list.
voidaddValueChangeListener(PropertyChangeListener l)
Registers the given PropertyChangeListener with this model.