public static void unbindContent (Object obj1, Object obj2)

Remove a content binding.

Parameters:
obj1     the first Object
obj2     the second Object

Exceptions:
NullPointerException     if one of the Objects is null
IllegalArgumentException     if obj1 == obj2

Since:  JavaFX 2.1