| Package | Description |
|---|---|
| org.bridje.jfx.binding |
| Modifier and Type | Method and Description |
|---|---|
static <E,T> Object |
ExBindings.bindContentBidirectional(javafx.collections.ObservableList<E> list1,
javafx.collections.ObservableList<T> list2,
BiContentConverter<E,T> converter)
Binds the content of two lists in both directions.
|
| Constructor and Description |
|---|
BiListContentBinding(javafx.collections.ObservableList<E> list1,
javafx.collections.ObservableList<T> list2,
BiContentConverter<E,T> converter)
The only constructor for this binding.
|
BiSetContentBinding(javafx.collections.ObservableSet<E> set1,
javafx.collections.ObservableSet<T> set2,
BiContentConverter<E,T> converter)
The only constructor for this binding.
|
Copyright © 2015–2018 Bridje Framework. All rights reserved.