DataFX is a project that aims to make the process of using JavaFX ListView, TableView, and TreeView controls easier, more functional, and more powerful.
The DataFX project aims to provide convenience in two key areas:
- By providing various control cell factories to ensure convenience around viewing and editing data in JavaFX controls such as ListView, TreeView and TableView.
We do this by abstracting away the implementation details for a number of common JavaFX
cell factories such that they can be easily installed and used in
your user interface.
- By providing various data source adapters to ensure convenience around populating JavaFX controls such as ListView, TreeView and TableView.
This is achieved by abstracting away the implementation details surrounding data source retrieval and massaging, such that data can be rapidly loaded and seen on screen.
We also provides convenience around features such as sorting, filtering, on-demand loading, and automatic generation of TableView TableColumn instances.
For more information, please see the project website.