E - The type of the first list.T - The type of the second list.public class BiSetContentBinding<E,T> extends Object implements javafx.collections.SetChangeListener<Object>, javafx.beans.WeakListener
| Constructor and Description |
|---|
BiSetContentBinding(javafx.collections.ObservableSet<E> set1,
javafx.collections.ObservableSet<T> set2,
BiContentConverter<E,T> converter)
The only constructor for this binding.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
onChanged(javafx.collections.SetChangeListener.Change<? extends Object> change) |
boolean |
wasGarbageCollected() |
public BiSetContentBinding(javafx.collections.ObservableSet<E> set1, javafx.collections.ObservableSet<T> set2, BiContentConverter<E,T> converter)
set1 - The first set.set2 - The second set.converter - The converter from/to the two types of the sets.public void onChanged(javafx.collections.SetChangeListener.Change<? extends Object> change)
onChanged in interface javafx.collections.SetChangeListener<Object>public boolean wasGarbageCollected()
wasGarbageCollected in interface javafx.beans.WeakListenerCopyright © 2015–2018 Bridje Framework. All rights reserved.