Data Sources

The data sources part of the DataFX project aims to provide convenience around populating JavaFX controls such as ListView, TreeView and TableView. It does this by abstracting away the implementation details such as how a data source is translated and massaged, such that it is ready to be visualised inside a user interface. It also provides convenience around features such as sorting, filtering, on-demand loading, and automatic generation of TableView TableColumn instances. The currently supported sources include:

  • CSV
  • Java arrays
  • Java beans
  • JDBC
  • JSON
  • RedFX
  • XML

API Documentation

For reference, the latest JavaDoc API documentationis always available online.