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 GPFOperatorimplementations. -
-
Uses of PropertyDescriptorFactory in com.bc.ceres.binding
Classes in com.bc.ceres.binding that implement PropertyDescriptorFactory Modifier and Type Class Description classDefaultPropertyDescriptorFactoryDefault implementation for thePropertyDescriptorFactoryinterface.Methods in com.bc.ceres.binding with parameters of type PropertyDescriptorFactory Modifier and Type Method Description static PropertyContainerPropertyContainer. createForFields(Class<?> type, PropertyDescriptorFactory descriptorFactory, PropertyAccessorFactory accessorFactory, boolean initValues)Creates a property container for the given template type.static PropertySetDescriptorDefaultPropertySetDescriptor. createFromClass(Class<?> valueType, PropertyDescriptorFactory propertyDescriptorFactory)static PropertyContainerPropertyContainer. createMapBacked(Map<String,Object> map, Class<?> templateType, PropertyDescriptorFactory descriptorFactory)Creates a property container for the given template type and map backing the values.static PropertyContainerPropertyContainer. createObjectBacked(Object object, PropertyDescriptorFactory descriptorFactory)Creates a property container for the given object.static PropertyContainerPropertyContainer. 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 PropertyDescriptorFactoryDefaultDomConverter. getPropertyDescriptorFactory()Methods in com.bc.ceres.binding.dom with parameters of type PropertyDescriptorFactory 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 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 classParameterDescriptorFactory
-