Uses of Class
org.jdesktop.beansbinding.Converter
-
Packages that use Converter Package Description org.jdesktop.beansbinding -
-
Uses of Converter in org.jdesktop.beansbinding
Methods in org.jdesktop.beansbinding that return Converter Modifier and Type Method Description Converter<SV,TV>Binding. getConverter()Returns theBinding's Converter, which may benull.Methods in org.jdesktop.beansbinding with parameters of type Converter Modifier and Type Method Description voidBinding. setConverter(Converter<SV,TV> converter)Sets theConverterfor theBinding, which may benull.
-