Package com.jgoodies.common.bean


package com.jgoodies.common.bean
Classes for working with Java Beans.
  • Class
    Description
    An abstract superclass that minimizes the effort required to provide change support for bound and constrained Bean properties.
    Describes objects that provide bound properties as specified in the Java Bean Specification.
    In addition to its super interface ObservableBean, this interface describes the optional support for registering PropertyChangeListeners for an individual property name.