Uses of Interface
com.bc.ceres.binding.dom.DomConverter
-
Packages that use DomConverter 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 GPFOperator
implementations.org.esa.snap.core.gpf.common.support org.esa.snap.core.gpf.descriptor org.esa.snap.core.gpf.graph -
-
Uses of DomConverter in com.bc.ceres.binding
Methods in com.bc.ceres.binding that return DomConverter Modifier and Type Method Description DomConverter
PropertyDescriptor. getDomConverter()
Methods in com.bc.ceres.binding with parameters of type DomConverter Modifier and Type Method Description void
PropertyDescriptor. setDomConverter(DomConverter converter)
-
Uses of DomConverter in com.bc.ceres.binding.dom
Classes in com.bc.ceres.binding.dom that implement DomConverter Modifier and Type Class Description class
DefaultDomConverter
class
XStreamDomConverter
todo - add API docMethods in com.bc.ceres.binding.dom that return DomConverter 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.protected DomConverter
DefaultDomConverter. findChildDomConverter(PropertyDescriptor descriptor)
Called to find a "local" DOM converter for a (child) property.DomConverter
DomConverterRegistry. getConverter(Class<?> type)
Gets the converter registered with the given type.Methods in com.bc.ceres.binding.dom with parameters of type DomConverter Modifier and Type Method Description void
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.annotations
Methods in org.esa.snap.core.gpf.annotations that return types with arguments of type DomConverter Modifier and Type Method Description Class<? extends DomConverter>
domConverter()
A converter to be used to convert an (XML) DOM to the parameter value and vice versa. -
Uses of DomConverter in org.esa.snap.core.gpf.common.support
Classes in org.esa.snap.core.gpf.common.support that implement DomConverter Modifier and Type Class Description class
BandDescriptorDomConverter
-
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 DomConverter Modifier and Type Method Description Class<? 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 DomConverter Modifier and Type Method Description void
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 DomConverter Modifier and Type Method Description Class<? extends DomConverter>
HeaderParameter. getDomConverter()
Method parameters in org.esa.snap.core.gpf.graph with type arguments of type DomConverter Modifier and Type Method Description void
HeaderParameter. setDomConverter(Class<? extends DomConverter> domConverter)
-