Uses of Package
com.bc.ceres.binding
-
Packages that use com.bc.ceres.binding 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.accessors Contains some commonPropertyAccessor
implementations.com.bc.ceres.binding.converters Contains some commonConverter
implementations.com.bc.ceres.binding.dom Provides a very basic DOM abstraction and a converter for it.com.bc.ceres.binding.validators Contains some commonValidator
implementations.com.bc.ceres.glayer The graphical layer API is used to render multi-layer images/displays from various sources.com.bc.ceres.glayer.support Various support classes for thecom.bc.ceres.glayer
API.com.bc.ceres.swing.binding Provides a context for binding Swing components to aPropertyContainer
which again may wrap plain Java objects.com.bc.ceres.swing.figure com.bc.ceres.swing.figure.support org.esa.snap.core.dataio.geometry org.esa.snap.core.datamodel Contains SNAP's central classes and interfaces used for an in-memory presentation of remote sensing data products.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 org.esa.snap.core.layer Provides frequently usedLayerType
implementations.org.esa.snap.core.util Provides several utility classes used throughout SNAP.org.esa.snap.core.util.converters -
Classes in com.bc.ceres.binding used by com.bc.ceres.binding Class Description BindingException Signals a binding failure.ClassScanner.FieldFilter ConversionException Signals a value conversion failure.Converter AConverter
provides a strategy to convert a value of a certain type from plain text to a Java object and vice versa.ConverterRegistry A registry forConverter
s.Property A property is composed of aPropertyDescriptor
(static type description) and anPropertyAccessor
(dynamic value assignment).PropertyAccessor AnPropertyAccessor
provides a strategy to get and set a value.PropertyAccessorFactory A factory for property accessors derived from Java class fields.PropertyChangeEmitter Something that emits property change events.PropertyContainer A convenience implementation of thePropertySet
interface.PropertyDescriptor Describes a property by its name, type and a set of optional (mutable) attributes.PropertyDescriptorFactory A factory for property descriptors derived from Java classField
s.PropertySet A loose aggregation of properties.PropertySetDescriptor A provider for property descriptors.ValidationException Signals a value validation failure.Validator AValidator
provides the strategy to validate a value with respect to a providedProperty
.ValueRange This class represents a numerical value range.ValueSet A set of values allowed to be assigned to certain types of values. -
Classes in com.bc.ceres.binding used by com.bc.ceres.binding.accessors Class Description PropertyAccessor AnPropertyAccessor
provides a strategy to get and set a value. -
Classes in com.bc.ceres.binding used by com.bc.ceres.binding.converters Class Description ConversionException Signals a value conversion failure.Converter AConverter
provides a strategy to convert a value of a certain type from plain text to a Java object and vice versa.ValueRange This class represents a numerical value range. -
Classes in com.bc.ceres.binding used by com.bc.ceres.binding.dom Class Description ConversionException Signals a value conversion failure.PropertyDescriptor Describes a property by its name, type and a set of optional (mutable) attributes.PropertyDescriptorFactory A factory for property descriptors derived from Java classField
s.PropertySet A loose aggregation of properties.PropertySetDescriptor A provider for property descriptors.ValidationException Signals a value validation failure. -
Classes in com.bc.ceres.binding used by com.bc.ceres.binding.validators Class Description Property A property is composed of aPropertyDescriptor
(static type description) and anPropertyAccessor
(dynamic value assignment).PropertyDescriptor Describes a property by its name, type and a set of optional (mutable) attributes.ValidationException Signals a value validation failure.Validator AValidator
provides the strategy to validate a value with respect to a providedProperty
.ValueRange This class represents a numerical value range. -
Classes in com.bc.ceres.binding used by com.bc.ceres.glayer Class Description PropertySet A loose aggregation of properties. -
Classes in com.bc.ceres.binding used by com.bc.ceres.glayer.support Class Description PropertySet A loose aggregation of properties. -
Classes in com.bc.ceres.binding used by com.bc.ceres.swing.binding Class Description BindingException Signals a binding failure.PropertyDescriptor Describes a property by its name, type and a set of optional (mutable) attributes.PropertySet A loose aggregation of properties. -
Classes in com.bc.ceres.binding used by com.bc.ceres.swing.figure Class Description PropertyChangeEmitter Something that emits property change events.PropertySet A loose aggregation of properties. -
Classes in com.bc.ceres.binding used by com.bc.ceres.swing.figure.support Class Description ConversionException Signals a value conversion failure.Converter AConverter
provides a strategy to convert a value of a certain type from plain text to a Java object and vice versa.PropertyChangeEmitter Something that emits property change events.PropertyContainer A convenience implementation of thePropertySet
interface.PropertyDescriptor Describes a property by its name, type and a set of optional (mutable) attributes.PropertySet A loose aggregation of properties. -
Classes in com.bc.ceres.binding used by org.esa.snap.core.dataio.geometry Class Description Converter AConverter
provides a strategy to convert a value of a certain type from plain text to a Java object and vice versa. -
Classes in com.bc.ceres.binding used by org.esa.snap.core.datamodel Class Description PropertyContainer A convenience implementation of thePropertySet
interface. -
Classes in com.bc.ceres.binding used by org.esa.snap.core.gpf.annotations Class Description BindingException Signals a binding failure.ConversionException Signals a value conversion failure.Converter AConverter
provides a strategy to convert a value of a certain type from plain text to a Java object and vice versa.PropertyContainer A convenience implementation of thePropertySet
interface.PropertyDescriptor Describes a property by its name, type and a set of optional (mutable) attributes.PropertyDescriptorFactory A factory for property descriptors derived from Java classField
s.ValidationException Signals a value validation failure.Validator AValidator
provides the strategy to validate a value with respect to a providedProperty
. -
Classes in com.bc.ceres.binding used by org.esa.snap.core.gpf.common.support Class Description ConversionException Signals a value conversion failure.ValidationException Signals a value validation failure. -
Classes in com.bc.ceres.binding used by org.esa.snap.core.gpf.descriptor Class Description ConversionException Signals a value conversion failure.Converter AConverter
provides a strategy to convert a value of a certain type from plain text to a Java object and vice versa.PropertySetDescriptor A provider for property descriptors.Validator AValidator
provides the strategy to validate a value with respect to a providedProperty
. -
Classes in com.bc.ceres.binding used by org.esa.snap.core.gpf.graph Class Description Validator AValidator
provides the strategy to validate a value with respect to a providedProperty
. -
Classes in com.bc.ceres.binding used by org.esa.snap.core.layer Class Description PropertySet A loose aggregation of properties. -
Classes in com.bc.ceres.binding used by org.esa.snap.core.util Class Description Property A property is composed of aPropertyDescriptor
(static type description) and anPropertyAccessor
(dynamic value assignment).ValidationException Signals a value validation failure.Validator AValidator
provides the strategy to validate a value with respect to a providedProperty
. -
Classes in com.bc.ceres.binding used by org.esa.snap.core.util.converters Class Description ConversionException Signals a value conversion failure.Converter AConverter
provides a strategy to convert a value of a certain type from plain text to a Java object and vice versa.