Advanced-Bindings

Advanced-Bindings is a collection of JavaFX custom binding implementations to simplify the creation of application logic based on data bindings.

The first main goal of the project was to create bindings for all methods of java.lang.Math.

To use the library simply add the dependency to your gradle or maven project:

Gradle:

compile 'eu.lestard:advanced-bindings:0.4.0'

Maven:

<dependency>
    <groupId>eu.lestard</groupId>
    <artifactId>advanced-bindings</artifactId>
    <version>0.4.0</version>
</dependency>

If you have ideas or wishes for new custom bindings I would be very pleased to hear them. Feel free to add an issue at the github issue tracker

You can find the source code on github: https://github.com/manuel_mauky/advanced-bindings

The JavaDoc can be found here: https://lestard.github.io/advanced-bindings/javadoc/0.4.0/

Related Articles: