Uses of Interface
com.bc.ceres.binding.PropertyAccessorFactory
Packages that use PropertyAccessorFactory
Package
Description
The main purpose of this package is to provide a simple data binding framework for binding
Java objects to a GUI or a DOM.
-
Uses of PropertyAccessorFactory in com.bc.ceres.binding
Methods in com.bc.ceres.binding with parameters of type PropertyAccessorFactoryModifier and TypeMethodDescriptionstatic PropertyContainer
PropertyContainer.createForFields
(Class<?> type, PropertyDescriptorFactory descriptorFactory, PropertyAccessorFactory accessorFactory, boolean initValues) Creates a property container for the given template type.