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.
|
com.bc.ceres.binding.validators |
Contains some common
Validator implementations. |
org.esa.snap.core.gpf.annotations |
Provides annotations for GPF
Operator implementations. |
Modifier and Type | Method and Description |
---|---|
PropertyDescriptor |
PropertyDescriptorFactory.createValueDescriptor(Field field)
Creates a new property descriptor for the given field.
|
PropertyDescriptor |
DefaultPropertyDescriptorFactory.createValueDescriptor(Field field)
Creates a new property descriptor using the field's name and type.
|
PropertyDescriptor |
Property.getDescriptor() |
PropertyDescriptor |
PropertySet.getDescriptor(String name)
Gets the descriptor for the named property.
|
PropertyDescriptor |
PropertyContainer.getDescriptor(String name) |
PropertyDescriptor |
PropertySetDescriptor.getPropertyDescriptor(String propertyName)
Gets a property descriptor for the given property name.
|
PropertyDescriptor |
DefaultPropertySetDescriptor.getPropertyDescriptor(String propertyName) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultPropertySetDescriptor.addPropertyDescriptor(PropertyDescriptor propertyDescriptor) |
static String |
PropertyDescriptor.getDisplayName(PropertyDescriptor propertyDescriptor) |
Constructor and Description |
---|
Property(PropertyDescriptor descriptor,
PropertyAccessor accessor) |
PropertyDescriptor(PropertyDescriptor propertyDescriptor) |
Modifier and Type | Method and Description |
---|---|
protected DomConverter |
DefaultDomConverter.findChildDomConverter(PropertyDescriptor descriptor)
Called to find a "local" DOM converter for a (child) property.
|
Constructor and Description |
---|
ValueSetValidator(PropertyDescriptor propertyDescriptor) |
Modifier and Type | Method and Description |
---|---|
static PropertyDescriptor |
ParameterDescriptorFactory.convert(ParameterDescriptor parameterDescriptor,
Map<String,Product> sourceProductMap) |
PropertyDescriptor |
ParameterDescriptorFactory.createValueDescriptor(Field field) |
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.