Uses of Interface
com.bc.ceres.binding.Validator
-
Packages that use Validator 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.validators Contains some commonValidatorimplementations.org.esa.snap.core.gpf.annotations Provides annotations for GPFOperatorimplementations.org.esa.snap.core.gpf.descriptor org.esa.snap.core.gpf.graph org.esa.snap.core.util Provides several utility classes used throughout SNAP. -
-
Uses of Validator in com.bc.ceres.binding
Methods in com.bc.ceres.binding that return Validator Modifier and Type Method Description ValidatorProperty. getValidator()ValidatorPropertyDescriptor. getValidator()Methods in com.bc.ceres.binding with parameters of type Validator Modifier and Type Method Description voidPropertyDescriptor. setValidator(Validator validator) -
Uses of Validator in com.bc.ceres.binding.validators
Classes in com.bc.ceres.binding.validators that implement Validator Modifier and Type Class Description classArrayValidatorclassIntervalValidatorclassMultiValidatorclassNotEmptyValidatorclassNotNullValidatorclassPatternValidatorclassTypeValidatorclassValueSetValidatorMethods in com.bc.ceres.binding.validators that return Validator Modifier and Type Method Description Validator[]MultiValidator. getValidators()Methods in com.bc.ceres.binding.validators with parameters of type Validator Modifier and Type Method Description voidMultiValidator. addValidator(Validator validator)voidMultiValidator. removeValidator(Validator validator)Constructors in com.bc.ceres.binding.validators with parameters of type Validator Constructor Description ArrayValidator(Validator validator)Constructor parameters in com.bc.ceres.binding.validators with type arguments of type Validator Constructor Description MultiValidator(List<Validator> validators) -
Uses of Validator in org.esa.snap.core.gpf.annotations
Methods in org.esa.snap.core.gpf.annotations that return types with arguments of type Validator Modifier and Type Method Description Class<? extends Validator>validator()A validator to be used to validate a parameter value. -
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 Validator Modifier and Type Method Description Class<? extends Validator>AnnotationParameterDescriptor. getValidatorClass()Class<? extends Validator>DefaultParameterDescriptor. getValidatorClass()Class<? extends Validator>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 Validator Modifier and Type Method Description voidDefaultParameterDescriptor. 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 Validator Modifier and Type Method Description Class<? extends Validator>HeaderParameter. getValidator()Method parameters in org.esa.snap.core.gpf.graph with type arguments of type Validator Modifier and Type Method Description voidHeaderParameter. setValidator(Class<? extends Validator> validator) -
Uses of Validator in org.esa.snap.core.util
Classes in org.esa.snap.core.util that implement Validator Modifier and Type Class Description static classTimeStampExtractor.DateInterpretationPatternValidatorstatic classTimeStampExtractor.FilenameInterpretationPatternValidator
-