E - The type of the first list.T - The type of the second list.public class ListContentBinding<E,T> extends Object implements javafx.collections.ListChangeListener<E>, javafx.beans.WeakListener
| Constructor and Description |
|---|
ListContentBinding(List<T> list,
ContentConverter<E,T> converter)
The only constructor for this object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
onChanged(javafx.collections.ListChangeListener.Change<? extends E> change) |
boolean |
wasGarbageCollected() |
public ListContentBinding(List<T> list, ContentConverter<E,T> converter)
list - The list to update.converter - The converter for the type of the second list.public void onChanged(javafx.collections.ListChangeListener.Change<? extends E> change)
onChanged in interface javafx.collections.ListChangeListener<E>public boolean wasGarbageCollected()
wasGarbageCollected in interface javafx.beans.WeakListenerCopyright © 2015–2018 Bridje Framework. All rights reserved.