Uses of Interface
com.bc.ceres.binding.Validator
Packages that use Validator
Package
Description
The main purpose of this package is to provide a simple data binding framework for binding
Java objects to a GUI or a DOM.
Contains some common
Validator implementations.Provides several utility classes used throughout SNAP.
-
Uses of Validator in com.bc.ceres.binding
Methods in com.bc.ceres.binding that return ValidatorMethods in com.bc.ceres.binding with parameters of type Validator -
Uses of Validator in com.bc.ceres.binding.validators
Classes in com.bc.ceres.binding.validators that implement ValidatorModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassMethods in com.bc.ceres.binding.validators that return ValidatorMethods in com.bc.ceres.binding.validators with parameters of type ValidatorModifier and TypeMethodDescriptionvoidMultiValidator.addValidator(Validator validator) voidMultiValidator.removeValidator(Validator validator) Constructors in com.bc.ceres.binding.validators with parameters of type ValidatorConstructor parameters in com.bc.ceres.binding.validators with type arguments of type Validator -
Uses of Validator in org.esa.snap.core.gpf.descriptor
Methods in org.esa.snap.core.gpf.descriptor that return types with arguments of type ValidatorModifier and TypeMethodDescriptionAnnotationParameterDescriptor.getValidatorClass()DefaultParameterDescriptor.getValidatorClass()ParameterDescriptor.getValidatorClass()A validator to be used to validate a parameter value.Method parameters in org.esa.snap.core.gpf.descriptor with type arguments of type ValidatorModifier and TypeMethodDescriptionvoidDefaultParameterDescriptor.setValidatorClass(Class<? extends Validator> validator) -
Uses of Validator in org.esa.snap.core.gpf.graph
Methods in org.esa.snap.core.gpf.graph that return types with arguments of type ValidatorMethod parameters in org.esa.snap.core.gpf.graph with type arguments of type ValidatorModifier and TypeMethodDescriptionvoidHeaderParameter.setValidator(Class<? extends Validator> validator) -
Uses of Validator in org.esa.snap.core.util
Classes in org.esa.snap.core.util that implement ValidatorModifier and TypeClassDescriptionstatic classstatic class