Uses of Class
com.bc.ceres.binding.Property
Packages that use Property
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 Property in com.bc.ceres.binding
Methods in com.bc.ceres.binding that return PropertyModifier and TypeMethodDescriptionstatic Propertystatic <T> Propertystatic Propertystatic PropertyProperty.createForField(Object object, String name) static PropertyProperty.createForField(Object object, String name, Object value) static Propertystatic PropertyProperty[]PropertyContainer.getProperties()Property[]PropertySet.getProperties()Gets all properties currently contained in this set.PropertyContainer.getProperty(String name) PropertySet.getProperty(String name) Gets the named property.Methods in com.bc.ceres.binding with parameters of type PropertyModifier and TypeMethodDescriptionvoidPropertyContainer.addProperties(Property... properties) voidPropertySet.addProperties(Property... properties) Adds the given properties to this set.voidPropertyContainer.addProperty(Property property) voidPropertySet.addProperty(Property property) Adds a property to this set.voidPropertyContainer.removeProperties(Property... properties) voidPropertySet.removeProperties(Property... properties) Removes the given properties from this set.voidPropertyContainer.removeProperty(Property property) voidPropertySet.removeProperty(Property property) Removes a property from this set.voidValidator.validateValue(Property property, Object value) Validates a value with respect to a provided property. -
Uses of Property in com.bc.ceres.binding.validators
Methods in com.bc.ceres.binding.validators with parameters of type PropertyModifier and TypeMethodDescriptionvoidArrayValidator.validateValue(Property property, Object value) voidIntervalValidator.validateValue(Property property, Object value) voidMultiValidator.validateValue(Property property, Object value) voidNotEmptyValidator.validateValue(Property property, Object value) voidNotNullValidator.validateValue(Property property, Object value) voidPatternValidator.validateValue(Property property, Object value) voidTypeValidator.validateValue(Property property, Object value) voidValueSetValidator.validateValue(Property property, Object value) -
Uses of Property in org.esa.snap.core.util
Methods in org.esa.snap.core.util with parameters of type PropertyModifier and TypeMethodDescriptionvoidTimeStampExtractor.DateInterpretationPatternValidator.validateValue(Property property, Object value) voidTimeStampExtractor.FilenameInterpretationPatternValidator.validateValue(Property property, Object value)