public class ContentBinding extends Object
Constructor and Description |
---|
ContentBinding() |
Modifier and Type | Method and Description |
---|---|
static <E> Object |
bind(List<E> list1,
ObservableList<? extends E> list2) |
static <K,V> Object |
bind(Map<K,V> map1,
ObservableMap<? extends K,? extends V> map2) |
static <E> Object |
bind(Set<E> set1,
ObservableSet<? extends E> set2) |
static void |
unbind(Object obj1,
Object obj2) |
public static <E> Object bind(List<E> list1, ObservableList<? extends E> list2)
public static <E> Object bind(Set<E> set1, ObservableSet<? extends E> set2)
public static <K,V> Object bind(Map<K,V> map1, ObservableMap<? extends K,? extends V> map2)
Copyright © 2020. All rights reserved.