Uses of Class
org.jdesktop.beansbinding.Validator

Packages that use Validator
org.jdesktop.beansbinding Provides support for defining properties and creating bindings between sets of two properties. 
 

Uses of Validator in org.jdesktop.beansbinding
 

Methods in org.jdesktop.beansbinding that return Validator
 Validator<? super SV> Binding.getValidator()
          Returns the Binding's Validator, which may be null.
 

Methods in org.jdesktop.beansbinding with parameters of type Validator
 void Binding.setValidator(Validator<? super SV> validator)
          Sets the Validator for the Binding, which may be null.