Uses of Interface
com.bc.ceres.binding.PropertyDescriptorFactory
Packages that use PropertyDescriptorFactory
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.
Provides a very basic DOM abstraction and a converter for it.
Provides annotations for GPF 
Operator implementations.- 
Uses of PropertyDescriptorFactory in com.bc.ceres.binding
Classes in com.bc.ceres.binding that implement PropertyDescriptorFactoryModifier and TypeClassDescriptionclassDefault implementation for thePropertyDescriptorFactoryinterface.Methods in com.bc.ceres.binding with parameters of type PropertyDescriptorFactoryModifier and TypeMethodDescriptionstatic PropertyContainerPropertyContainer.createForFields(Class<?> type, PropertyDescriptorFactory descriptorFactory, PropertyAccessorFactory accessorFactory, boolean initValues) Creates a property container for the given template type.static PropertySetDescriptorDefaultPropertySetDescriptor.createFromClass(Class<?> valueType, PropertyDescriptorFactory propertyDescriptorFactory) static PropertyContainerPropertyContainer.createMapBacked(Map<String, Object> map, Class<?> templateType, PropertyDescriptorFactory descriptorFactory) Creates a property container for the given template type and map backing the values.static PropertyContainerPropertyContainer.createObjectBacked(Object object, PropertyDescriptorFactory descriptorFactory) Creates a property container for the given object.static PropertyContainerPropertyContainer.createValueBacked(Class<?> templateType, PropertyDescriptorFactory descriptorFactory) Creates a property container for the given template type. - 
Uses of PropertyDescriptorFactory in com.bc.ceres.binding.dom
Methods in com.bc.ceres.binding.dom that return PropertyDescriptorFactoryMethods in com.bc.ceres.binding.dom with parameters of type PropertyDescriptorFactoryModifier and TypeMethodDescriptionprotected DomConverterDefaultDomConverter.createChildDomConverter(Class<?> valueType, PropertyDescriptorFactory propertyDescriptorFactory, PropertySetDescriptor propertySetDescriptor) Called to create a new DOM converter for a (child) property.Constructors in com.bc.ceres.binding.dom with parameters of type PropertyDescriptorFactoryModifierConstructorDescriptionDefaultDomConverter(Class<?> valueType, PropertyDescriptorFactory propertyDescriptorFactory) DefaultDomConverter(Class<?> valueType, PropertyDescriptorFactory propertyDescriptorFactory, PropertySetDescriptor propertySetDescriptor)  - 
Uses of PropertyDescriptorFactory in org.esa.snap.core.gpf.annotations
Classes in org.esa.snap.core.gpf.annotations that implement PropertyDescriptorFactory