Uses of Interface
com.jgoodies.common.bean.ObservableBean
Packages that use ObservableBean
Package
Description
Classes for working with Java Beans.
Consists of internal classes that are not part of the public API.
-
Uses of ObservableBean in com.jgoodies.common.bean
Subinterfaces of ObservableBean in com.jgoodies.common.beanModifier and TypeInterfaceDescriptioninterface
In addition to its super interface ObservableBean, this interface describes the optional support for registering PropertyChangeListeners for an individual property name.Classes in com.jgoodies.common.bean that implement ObservableBeanModifier and TypeClassDescriptionclass
An abstract superclass that minimizes the effort required to provide change support for bound and constrained Bean properties. -
Uses of ObservableBean in com.jgoodies.common.internal
Subinterfaces of ObservableBean in com.jgoodies.common.internalModifier and TypeInterfaceDescriptioninterface
Describes beans that can look up an Action for a given Action name.