Uses of Interface
com.bc.ceres.binding.PropertySetDescriptor
Packages that use PropertySetDescriptor
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.
- 
Uses of PropertySetDescriptor in com.bc.ceres.binding
Classes in com.bc.ceres.binding that implement PropertySetDescriptorModifier and TypeClassDescriptionclassThe default implementation of a property set descriptor.Methods in com.bc.ceres.binding that return PropertySetDescriptorModifier and TypeMethodDescriptionstatic PropertySetDescriptorDefaultPropertySetDescriptor.createFromClass(Class<?> valueType, PropertyDescriptorFactory propertyDescriptorFactory) PropertyDescriptor.getPropertySetDescriptor()Methods in com.bc.ceres.binding with parameters of type PropertySetDescriptorModifier and TypeMethodDescriptionstatic PropertyContainerPropertyContainer.createMapBacked(Map<String, Object> map, PropertySetDescriptor propertySetDescriptor) Creates a property container for a map backing the values.static PropertyContainerPropertyContainer.createObjectBacked(Object object, PropertySetDescriptor propertySetDescriptor) voidPropertyDescriptor.setPropertySetDescriptor(PropertySetDescriptor propertySetDescriptor)  - 
Uses of PropertySetDescriptor in com.bc.ceres.binding.dom
Methods in com.bc.ceres.binding.dom that return PropertySetDescriptorMethods in com.bc.ceres.binding.dom with parameters of type PropertySetDescriptorModifier 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 PropertySetDescriptorModifierConstructorDescriptionDefaultDomConverter(Class<?> valueType, PropertyDescriptorFactory propertyDescriptorFactory, PropertySetDescriptor propertySetDescriptor)  - 
Uses of PropertySetDescriptor in org.esa.snap.core.gpf.descriptor
Methods in org.esa.snap.core.gpf.descriptor that return PropertySetDescriptorModifier and TypeMethodDescriptionstatic PropertySetDescriptorPropertySetDescriptorFactory.createForOperator(OperatorDescriptor operatorDescriptor, Map<String, Product> sourceProductMap)