Uses of Interface
com.bc.ceres.binding.PropertyAccessor
-
Packages that use PropertyAccessor 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.binding.accessors Contains some commonPropertyAccessor
implementations. -
-
Uses of PropertyAccessor in com.bc.ceres.binding
Methods in com.bc.ceres.binding that return PropertyAccessor Modifier and Type Method Description PropertyAccessor
PropertyAccessorFactory. createValueAccessor(Field field)
Creates a new property accessor instance.Constructors in com.bc.ceres.binding with parameters of type PropertyAccessor Constructor Description Property(PropertyDescriptor descriptor, PropertyAccessor accessor)
-
Uses of PropertyAccessor in com.bc.ceres.binding.accessors
Classes in com.bc.ceres.binding.accessors that implement PropertyAccessor Modifier and Type Class Description class
ClassFieldAccessor
ValueAccessor for values stored in aField
of a plain Java object.class
DefaultPropertyAccessor
A value accessor for values stored as plain Java object.class
GetterSetterAccessor
ValueAccessor for values stored in aField
of a plain Java object.class
MapEntryAccessor
ValueAccessor for values stored in aMap
.
-