Uses of Interface
com.bc.ceres.binding.PropertyDescriptorFactory
-
Packages that use PropertyDescriptorFactory 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.dom Provides a very basic DOM abstraction and a converter for it.org.esa.snap.core.gpf.annotations Provides annotations for GPFOperator
implementations. -
-
Uses of PropertyDescriptorFactory in com.bc.ceres.binding
Classes in com.bc.ceres.binding that implement PropertyDescriptorFactory Modifier and Type Class Description class
DefaultPropertyDescriptorFactory
Default implementation for thePropertyDescriptorFactory
interface.Methods in com.bc.ceres.binding with parameters of type PropertyDescriptorFactory 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.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 PropertyDescriptorFactory Modifier and Type Method Description PropertyDescriptorFactory
DefaultDomConverter. getPropertyDescriptorFactory()
Methods in com.bc.ceres.binding.dom with parameters of type PropertyDescriptorFactory Modifier and Type Method Description protected 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 PropertyDescriptorFactory Constructor Description DefaultDomConverter(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 Modifier and Type Class Description class
ParameterDescriptorFactory
-