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 TypeClassDescriptionclass
The default implementation of a property set descriptor.Methods in com.bc.ceres.binding that return PropertySetDescriptorModifier and TypeMethodDescriptionstatic PropertySetDescriptor
DefaultPropertySetDescriptor.createFromClass
(Class<?> valueType, PropertyDescriptorFactory propertyDescriptorFactory) PropertyDescriptor.getPropertySetDescriptor()
Methods in com.bc.ceres.binding with parameters of type PropertySetDescriptorModifier and TypeMethodDescriptionstatic PropertyContainer
PropertyContainer.createMapBacked
(Map<String, Object> map, PropertySetDescriptor propertySetDescriptor) Creates a property container for a map backing the values.static PropertyContainer
PropertyContainer.createObjectBacked
(Object object, PropertySetDescriptor propertySetDescriptor) void
PropertyDescriptor.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 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 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 PropertySetDescriptor
PropertySetDescriptorFactory.createForOperator
(OperatorDescriptor operatorDescriptor, Map<String, Product> sourceProductMap)