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 GPFOperatorimplementations.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 DomConverterPropertyDescriptor. getDomConverter()Methods in com.bc.ceres.binding with parameters of type DomConverter Modifier and Type Method Description voidPropertyDescriptor. 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 classDefaultDomConverterclassXStreamDomConvertertodo - add API docMethods in com.bc.ceres.binding.dom that return DomConverter 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.protected DomConverterDefaultDomConverter. findChildDomConverter(PropertyDescriptor descriptor)Called to find a "local" DOM converter for a (child) property.DomConverterDomConverterRegistry. 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 voidDomConverterRegistry. 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 classBandDescriptorDomConverter -
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 voidDefaultParameterDescriptor. 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 voidHeaderParameter. setDomConverter(Class<? extends DomConverter> domConverter)
-