Uses of Interface
com.jgoodies.common.bean.ObservableBean
-
Packages that use ObservableBean Package Description com.jgoodies.common.bean Classes for working with Java Beans.com.jgoodies.common.internal 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.bean Modifier and Type Interface Description interface
ObservableBean2
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 ObservableBean Modifier and Type Class Description class
Bean
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.internal Modifier and Type Interface Description interface
IActionBean
Describes beans that can look up an Action for a given Action name.
-