Uses of Interface
com.bc.ceres.binding.PropertyChangeEmitter
-
Packages that use PropertyChangeEmitter Package Description com.bc.ceres.binding The main purpose of this package is to provide a simple data binding framework for binding Java objects to a GUI or a DOM.com.bc.ceres.swing.figure com.bc.ceres.swing.figure.support -
-
Uses of PropertyChangeEmitter in com.bc.ceres.binding
Subinterfaces of PropertyChangeEmitter in com.bc.ceres.binding Modifier and Type Interface Description interface
PropertySet
A loose aggregation of properties.Classes in com.bc.ceres.binding that implement PropertyChangeEmitter Modifier and Type Class Description class
PropertyContainer
A convenience implementation of thePropertySet
interface. -
Uses of PropertyChangeEmitter in com.bc.ceres.swing.figure
Subinterfaces of PropertyChangeEmitter in com.bc.ceres.swing.figure Modifier and Type Interface Description interface
FigureStyle
APropertySet
that provides style information for figures. -
Uses of PropertyChangeEmitter in com.bc.ceres.swing.figure.support
Classes in com.bc.ceres.swing.figure.support that implement PropertyChangeEmitter Modifier and Type Class Description class
DefaultFigureStyle
-