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 TypeClassDescriptionclass
Default implementation for thePropertyDescriptorFactory
interface.Methods in com.bc.ceres.binding with parameters of type PropertyDescriptorFactoryModifier and TypeMethodDescriptionstatic PropertyContainer
PropertyContainer.createForFields
(Class<?> type, PropertyDescriptorFactory descriptorFactory, PropertyAccessorFactory accessorFactory, boolean initValues) Creates a property container for the given template type.static PropertySetDescriptor
DefaultPropertySetDescriptor.createFromClass
(Class<?> valueType, PropertyDescriptorFactory propertyDescriptorFactory) static PropertyContainer
PropertyContainer.createMapBacked
(Map<String, Object> map, Class<?> templateType, PropertyDescriptorFactory descriptorFactory) Creates a property container for the given template type and map backing the values.static PropertyContainer
PropertyContainer.createObjectBacked
(Object object, PropertyDescriptorFactory descriptorFactory) Creates a property container for the given object.static PropertyContainer
PropertyContainer.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 DomConverter
DefaultDomConverter.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