Uses of Interface
com.bc.ceres.binding.PropertySetDescriptor
-
Packages that use PropertySetDescriptor 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.descriptor -
-
Uses of PropertySetDescriptor in com.bc.ceres.binding
Classes in com.bc.ceres.binding that implement PropertySetDescriptor Modifier and Type Class Description class
DefaultPropertySetDescriptor
The default implementation of a property set descriptor.Methods in com.bc.ceres.binding that return PropertySetDescriptor Modifier and Type Method Description static PropertySetDescriptor
DefaultPropertySetDescriptor. createFromClass(Class<?> valueType, PropertyDescriptorFactory propertyDescriptorFactory)
PropertySetDescriptor
PropertyDescriptor. getPropertySetDescriptor()
Methods in com.bc.ceres.binding with parameters of type PropertySetDescriptor Modifier and Type Method Description static 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 PropertySetDescriptor Modifier and Type Method Description PropertySetDescriptor
DefaultDomConverter. getPropertySetDescriptor()
Methods in com.bc.ceres.binding.dom with parameters of type PropertySetDescriptor 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 PropertySetDescriptor Constructor Description DefaultDomConverter(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 PropertySetDescriptor Modifier and Type Method Description static PropertySetDescriptor
PropertySetDescriptorFactory. createForOperator(OperatorDescriptor operatorDescriptor, Map<String,Product> sourceProductMap)
-