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.descriptor |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPropertySetDescriptor
The default implementation of a property set descriptor.
|
Modifier and Type | Method and Description |
---|---|
static PropertySetDescriptor |
DefaultPropertySetDescriptor.createFromClass(Class<?> valueType,
PropertyDescriptorFactory propertyDescriptorFactory) |
PropertySetDescriptor |
PropertyDescriptor.getPropertySetDescriptor() |
Modifier and Type | Method and Description |
---|---|
static PropertyContainer |
PropertyContainer.createMapBacked(Map<String,Object> map,
PropertySetDescriptor propertySetDescriptor)
Creates a property container for a map backing the values.
|
static PropertyContainer |
PropertyContainer.createObjectBacked(Object object,
PropertySetDescriptor propertySetDescriptor) |
void |
PropertyDescriptor.setPropertySetDescriptor(PropertySetDescriptor propertySetDescriptor) |
Modifier and Type | Method and Description |
---|---|
PropertySetDescriptor |
DefaultDomConverter.getPropertySetDescriptor() |
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.
|
Constructor and Description |
---|
DefaultDomConverter(Class<?> valueType,
PropertyDescriptorFactory propertyDescriptorFactory,
PropertySetDescriptor propertySetDescriptor) |
Modifier and Type | Method and Description |
---|---|
static PropertySetDescriptor |
PropertySetDescriptorFactory.createForOperator(OperatorDescriptor operatorDescriptor,
Map<String,Product> sourceProductMap) |
Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.