Uses of Package
org.esa.snap.core.param
Packages that use org.esa.snap.core.param
Package
Description
Contains SNAP's central classes and interfaces used for an in-memory presentation
of remote sensing data products.
Provides utility classes for general parameter handling.
Contains GUI classes for specific parameter classes.
Contains validator classes for the differen parameter types.
-
Classes in org.esa.snap.core.param used by org.esa.snap.core.datamodelClassDescriptionDeprecated.A
ParamValidator
is an interface for parameter type specific value-to-text and text-to-value conversions, data validation and comparision. -
Classes in org.esa.snap.core.param used by org.esa.snap.core.dataop.maptransf
-
Classes in org.esa.snap.core.param used by org.esa.snap.core.paramClassDescriptionThe
AbstractParamEditor
acts as a base class for implementations ofParamEditor
interface by providing some default method implementations and several utility methods for common editors.AParamChangeEvent
occurs when the value of parameter has changed.AParamChangeListener
is notified when the value of parameter has changed.AParamEditor
provides a UI component which is used to modify the value of a parameter.Deprecated.since BEAM 4.11, use theCeres Binding API
insteadTheParamExceptionHandler
are an alternative way to handle parameter exceptions.TheParamGroup
class represents a ordered list of parameters.TheParamProperties
class is used to store parameter attributes such as parameter type and description or validation information such as minimum and maximum values.AParamValidator
is an interface for parameter type specific value-to-text and text-to-value conversions, data validation and comparision. -
Classes in org.esa.snap.core.param used by org.esa.snap.core.param.editorsClassDescriptionThe
AbstractParamEditor
acts as a base class for implementations ofParamEditor
interface by providing some default method implementations and several utility methods for common editors.AAbstractParamXEditor
is base class for editors which use special purpose editors for editing a parameter value.AParamEditor
provides a UI component which is used to modify the value of a parameter.Deprecated.since BEAM 4.11, use theCeres Binding API
insteadTheParamExceptionHandler
are an alternative way to handle parameter exceptions. -
Classes in org.esa.snap.core.param used by org.esa.snap.core.param.validatorsClassDescriptionThe
AbstractParamValidator
acts as a base class for implementations ofParamValidator
interface by providing some default method implementations and several utility methods for common validators.Deprecated.since BEAM 4.11, use theCeres Binding API
insteadAParamValidator
is an interface for parameter type specific value-to-text and text-to-value conversions, data validation and comparision.
Ceres Binding API
instead