E - The type of the first list.T - The type of the second list.public class SetContentBinding<E,T> extends Object implements javafx.collections.SetChangeListener<E>, javafx.beans.WeakListener
| Constructor and Description |
|---|
SetContentBinding(Set<T> set,
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.SetChangeListener.Change<? extends E> change) |
boolean |
wasGarbageCollected() |
public SetContentBinding(Set<T> set, ContentConverter<E,T> converter)
set - The set to update.converter - The converter for the type of the second set.public void onChanged(javafx.collections.SetChangeListener.Change<? extends E> change)
onChanged in interface javafx.collections.SetChangeListener<E>public boolean wasGarbageCollected()
wasGarbageCollected in interface javafx.beans.WeakListenerCopyright © 2015–2018 Bridje Framework. All rights reserved.