Uses of Interface
com.bc.ceres.binding.dom.DomConverter
Packages that use DomConverter
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 DomConverter in com.bc.ceres.binding
Methods in com.bc.ceres.binding that return DomConverterMethods in com.bc.ceres.binding with parameters of type DomConverterModifier and TypeMethodDescriptionvoid
PropertyDescriptor.setDomConverter
(DomConverter converter) -
Uses of DomConverter in com.bc.ceres.binding.dom
Classes in com.bc.ceres.binding.dom that implement DomConverterModifier and TypeClassDescriptionclass
class
todo - add API docMethods in com.bc.ceres.binding.dom that return DomConverterModifier and TypeMethodDescriptionprotected DomConverter
DefaultDomConverter.createChildDomConverter
(Class<?> valueType, PropertyDescriptorFactory propertyDescriptorFactory, PropertySetDescriptor propertySetDescriptor) Called to create a new DOM converter for a (child) property.protected DomConverter
DefaultDomConverter.findChildDomConverter
(PropertyDescriptor descriptor) Called to find a "local" DOM converter for a (child) property.DomConverterRegistry.getConverter
(Class<?> type) Gets the converter registered with the given type.Methods in com.bc.ceres.binding.dom with parameters of type DomConverterModifier and TypeMethodDescriptionvoid
DomConverterRegistry.setDomConverter
(Class<?> type, DomConverter converter) Sets the converter to be used for the specified type. -
Uses of DomConverter in org.esa.snap.core.gpf.common.support
Classes in org.esa.snap.core.gpf.common.support that implement DomConverter -
Uses of DomConverter in org.esa.snap.core.gpf.descriptor
Methods in org.esa.snap.core.gpf.descriptor that return types with arguments of type DomConverterModifier and TypeMethodDescriptionClass
<? extends DomConverter> AnnotationParameterDescriptor.getDomConverterClass()
Class
<? extends DomConverter> DefaultParameterDescriptor.getDomConverterClass()
Class
<? extends DomConverter> ParameterDescriptor.getDomConverterClass()
A converter to be used to convert an (XML) DOM to the parameter value and vice versa.Method parameters in org.esa.snap.core.gpf.descriptor with type arguments of type DomConverterModifier and TypeMethodDescriptionvoid
DefaultParameterDescriptor.setDomConverterClass
(Class<? extends DomConverter> domConverter) -
Uses of DomConverter in org.esa.snap.core.gpf.graph
Methods in org.esa.snap.core.gpf.graph that return types with arguments of type DomConverterModifier and TypeMethodDescriptionClass
<? extends DomConverter> HeaderParameter.getDomConverter()
Method parameters in org.esa.snap.core.gpf.graph with type arguments of type DomConverterModifier and TypeMethodDescriptionvoid
HeaderParameter.setDomConverter
(Class<? extends DomConverter> domConverter)