Uses of Interface
com.bc.ceres.binding.PropertyAccessorFactory
-
Packages that use PropertyAccessorFactory 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. -
-
Uses of PropertyAccessorFactory in com.bc.ceres.binding
Methods in com.bc.ceres.binding with parameters of type PropertyAccessorFactory Modifier and Type Method Description static PropertyContainer
PropertyContainer. createForFields(Class<?> type, PropertyDescriptorFactory descriptorFactory, PropertyAccessorFactory accessorFactory, boolean initValues)
Creates a property container for the given template type.
-