public <T> void bindBidirectional (Property<T> other, StringConverter<T> converter)

Create a bidirectional binding between this StringProperty and another arbitrary property. Relies on an implementation of StringConverter for conversion.

Parameters:
other     the other Property
converter     the StringConverter used to convert between this StringProperty and the other Property

Exceptions:
NullPointerException     if other or converter is null
IllegalArgumentException     if other is this

Since:  JavaFX 2.1