Uses of Class
com.bc.ceres.binding.ValueRange
Packages that use ValueRange
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
Converter
implementations.Contains some common
Validator
implementations.-
Uses of ValueRange in com.bc.ceres.binding
Methods in com.bc.ceres.binding that return ValueRangeModifier and TypeMethodDescriptionPropertyDescriptor.getValueRange()
static ValueRange
ValueRange.parseValueRange
(String text) Parses anValueRange
.Methods in com.bc.ceres.binding with parameters of type ValueRange -
Uses of ValueRange in com.bc.ceres.binding.converters
Methods in com.bc.ceres.binding.converters that return ValueRangeMethods in com.bc.ceres.binding.converters that return types with arguments of type ValueRangeMethods in com.bc.ceres.binding.converters with parameters of type ValueRange -
Uses of ValueRange in com.bc.ceres.binding.validators
Constructors in com.bc.ceres.binding.validators with parameters of type ValueRange