Package | Description |
---|---|
org.jdesktop.beansbinding |
Provides support for defining properties and creating bindings between
sets of two properties.
|
Modifier and Type | Method and Description |
---|---|
Converter<SV,TV> |
Binding.getConverter()
Returns the
Binding's Converter , which may be null . |
Modifier and Type | Method and Description |
---|---|
void |
Binding.setConverter(Converter<SV,TV> converter)
Sets the
Converter for the Binding , which may be null . |