Uses of Interface
com.privatejgoodies.common.bean.ObservableBean
Packages that use ObservableBean
Package
Description
Consists of internal classes that are not part of the public API.
-
Uses of ObservableBean in com.privatejgoodies.common.bean
Subinterfaces of ObservableBean in com.privatejgoodies.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.privatejgoodies.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.privatejgoodies.common.internal
Subinterfaces of ObservableBean in com.privatejgoodies.common.internalModifier and TypeInterfaceDescriptioninterface
Describes 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 ObservableBeanModifier and TypeClassDescriptionclass
An abstract implementation of theUnitConverter
interface that minimizes the effort required to convert font-dependent sizes to pixels.final class
This is the default implementation of theUnitConverter
interface.