E - The type of the first list.T - The type of the second list.public class BiListContentBinding<E,T> extends Object implements javafx.collections.ListChangeListener, javafx.beans.WeakListener
| Constructor and Description |
|---|
BiListContentBinding(javafx.collections.ObservableList<E> list1,
javafx.collections.ObservableList<T> list2,
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.ListChangeListener.Change change) |
boolean |
wasGarbageCollected() |
public BiListContentBinding(javafx.collections.ObservableList<E> list1, javafx.collections.ObservableList<T> list2, BiContentConverter<E,T> converter)
list1 - The first list.list2 - The second list.converter - The converter from/to the two types of the lists.public void onChanged(javafx.collections.ListChangeListener.Change change)
onChanged in interface javafx.collections.ListChangeListenerpublic boolean wasGarbageCollected()
wasGarbageCollected in interface javafx.beans.WeakListenerCopyright © 2015–2018 Bridje Framework. All rights reserved.