| 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.common.support | |
| org.esa.snap.core.gpf.descriptor | |
| org.esa.snap.core.gpf.graph | |
| org.esa.snap.core.layer |
Provides frequently used
LayerType implementations. |
| Modifier and Type | Method and Description |
|---|---|
DomConverter |
PropertyDescriptor.getDomConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyDescriptor.setDomConverter(DomConverter converter) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDomConverter |
class |
XStreamDomConverter
todo - add API doc
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DomConverterRegistry.setDomConverter(Class<?> type,
DomConverter converter)
Sets the converter to be used for the specified type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BandDescriptorDomConverter |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends DomConverter> |
ParameterDescriptor.getDomConverterClass()
A converter to be used to convert an (XML) DOM to the parameter value and vice versa.
|
Class<? extends DomConverter> |
DefaultParameterDescriptor.getDomConverterClass() |
Class<? extends DomConverter> |
AnnotationParameterDescriptor.getDomConverterClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultParameterDescriptor.setDomConverterClass(Class<? extends DomConverter> domConverter) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends DomConverter> |
HeaderParameter.getDomConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
HeaderParameter.setDomConverter(Class<? extends DomConverter> domConverter) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFigureDomConverter |
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.