| Interface | Description |
|---|---|
| IConverter<TValue,TConvertedValue> |
This interface is used to convert from a givne value into a desired value and vice versa.
|
| IFluentBinding<TValue> |
This interface allows for fluent api calls when binding
ObservableValue or Property. |
| IPropertyBinding<TValue> |
This interface allows for a
Property to be bound. |
| Class | Description |
|---|---|
| BidirectionalBinding<TValue> |
This class allows for bidirectional binding of two
Propertys of different type using a converter to convert from one type to the other and vice versa. |
| Bindings |
Utility class to allow for the binding mechanisms in the lib to be used and is also the only point of entrance.
|
| RelayBinding<TParentValue,TValue,TObservedValue extends javafx.beans.value.ObservableValue<TValue>> |
This is a binding that acts as an intermediate binding so that multiple cascaded properties can be observed and the desired property can be bound at the
very end.
|
| ValueContainer<TValue> |
This class represents a container for a value.
|
Copyright © 2016 Saxonia Systems AG. All rights reserved.