Package | Description |
---|---|
org.jdesktop.beansbinding |
Provides support for defining properties and creating bindings between
sets of two properties.
|
Modifier and Type | Method and Description |
---|---|
Validator<? super SV> |
Binding.getValidator()
Returns the
Binding's Validator , which may be null . |
Modifier and Type | Method and Description |
---|---|
void |
Binding.setValidator(Validator<? super SV> validator)
Sets the
Validator for the Binding , which may be null . |