| Package | Description |
|---|---|
| org.bridje.jfx.binding |
| Modifier and Type | Method and Description |
|---|---|
static <E,T> Object |
ExBindings.bindContent(List<T> list1,
javafx.collections.ObservableList<? extends E> list2,
ContentConverter<E,T> converter)
Binds the content of two lists.
|
| Constructor and Description |
|---|
ListContentBinding(List<T> list,
ContentConverter<E,T> converter)
The only constructor for this object.
|
SetContentBinding(Set<T> set,
ContentConverter<E,T> converter)
The only constructor for this object.
|
Copyright © 2015–2018 Bridje Framework. All rights reserved.