Uses of Interface
com.privatejgoodies.common.bean.ObservableBean
-
Packages that use ObservableBean Package Description com.privatejgoodies.common.bean com.privatejgoodies.common.internal Consists of internal classes that are not part of the public API.com.privatejgoodies.forms.util -
-
Uses of ObservableBean in com.privatejgoodies.common.bean
Subinterfaces of ObservableBean in com.privatejgoodies.common.bean Modifier and Type Interface Description interfaceObservableBean2In addition to its super interface ObservableBean, this interface describes the optional support for registering PropertyChangeListeners for an individual property name.Classes in com.privatejgoodies.common.bean that implement ObservableBean Modifier and Type Class Description classBeanAn abstract superclass that minimizes the effort required to provide change support for bound and constrained Bean properties. -
Uses of ObservableBean in com.privatejgoodies.common.internal
Subinterfaces of ObservableBean in com.privatejgoodies.common.internal Modifier and Type Interface Description interfaceIActionBeanDescribes beans that can look up an Action for a given Action name. -
Uses of ObservableBean in com.privatejgoodies.forms.util
Classes in com.privatejgoodies.forms.util that implement ObservableBean Modifier and Type Class Description classAbstractUnitConverterAn abstract implementation of theUnitConverterinterface that minimizes the effort required to convert font-dependent sizes to pixels.classDefaultUnitConverterThis is the default implementation of theUnitConverterinterface.
-