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.bindingClasses in com.bc.ceres.binding that implement PropertySetDescriptor Modifier and Type Class Description classDefaultPropertySetDescriptorThe default implementation of a property set descriptor.Methods in com.bc.ceres.binding that return PropertySetDescriptor Modifier and Type Method Description static PropertySetDescriptorDefaultPropertySetDescriptor. createFromClass(Class<?> valueType, PropertyDescriptorFactory propertyDescriptorFactory)PropertySetDescriptorPropertyDescriptor. getPropertySetDescriptor()Methods in com.bc.ceres.binding with parameters of type PropertySetDescriptor Modifier and Type Method Description static 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.domMethods in com.bc.ceres.binding.dom that return PropertySetDescriptor Modifier and Type Method Description PropertySetDescriptorDefaultDomConverter. getPropertySetDescriptor()Methods in com.bc.ceres.binding.dom with parameters of type PropertySetDescriptor Modifier and Type Method Description protected 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 PropertySetDescriptor Constructor Description DefaultDomConverter(Class<?> valueType, PropertyDescriptorFactory propertyDescriptorFactory, PropertySetDescriptor propertySetDescriptor)
- 
Uses of PropertySetDescriptor in org.esa.snap.core.gpf.descriptorMethods in org.esa.snap.core.gpf.descriptor that return PropertySetDescriptor Modifier and Type Method Description static PropertySetDescriptorPropertySetDescriptorFactory. createForOperator(OperatorDescriptor operatorDescriptor, Map<String,Product> sourceProductMap)
 
-