• Stars
    star
    114
  • Rank 308,031 (Top 7 %)
  • Language
    Java
  • Created almost 8 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

ScreenShot

What you’ve stumbled upon here is a project that intends to make retrieving, massaging, populating, viewing, and editing data in JavaFX UI controls easier. It’s all that boring kludge work you have to do between getting user requirements and delivering a rich user experience.

Overview

The road between a JavaFX Application and a back-end system contains different areas. We hope that this projects helps developers crossing at least some of these areas:

  • Firstly, by providing various data source adapters to ensure convenience around populating JavaFX controls such as ListView, TreeView, TableView and your custom controls or layout components. 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 provide convenience around features such as sorting, filtering, on-demand loading and write-back support for data that changed locally.
  • Secondly, 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.
  • Thirdly, by providing a framework that handles flow and contexts and that integrates very well with FXML. This part helps you maintening state between different user actions, and managing the possible flows in a client application.

ScreenShot

More Repositories

1

sdkfx

Java
71
star
2

vagrant-binding

Java wrapper around Vagrant
Ruby
60
star
3

mastering-javafx-controls

This repository contains all samples of the "Mastering JavaFX 8 Controls" book. You can find more information about the book at http://www.guigarage.com/javafx-book/
Java
59
star
4

JavaVersionChanger

Java version changer for MacOS
Java
54
star
5

javafx-collection

A collection of some JavaFX APIs and projects that need to be refactored before they can be released as OS APIs
Java
42
star
6

MarvinFX

Java
13
star
7

gridfx

A grid component for JavaFX
Java
13
star
8

AquaFX

Java
10
star
9

ObserverPattern

Basic Java observer API
Java
7
star
10

guigarage.github.io

The guigarage web page
Sass
4
star
11

jwrap

A minimalistic MVC based application toolkit that can be used with JavaFX or Swing
Java
4
star
12

javafx-bootstrap

Java
4
star
13

ValidateFX

A Java Bean Validation (JSR 303) plugin that adds the support for the JavaFX property API
Java
4
star
14

LessFX

Additional CSS rules and converters for JavaFX that provides functionality and features of LessCSS
Java
4
star
15

github-hooks

Java API for the GitHub webhook API
Java
3
star
16

IconFontFX

A small lib that contains a JavaFX node to display font icon based icons in your application. Icon fonts can simply be added by using a SPI based plugin mechanism.
Java
3
star
17

DataFX-iTunes-Demo

DataFX iTunes Demo as descripted in "Java aktuell" Magazin
Java
3
star
18

vagrant-binding-demos

Demos, samples & tutorials for vagrant-binding
Java
3
star
19

dolphin-platform-master-detail-example

This example shows how a master-detail-view can be created by using Dolphin Platform
Java
2
star
20

dolphin-platform-webhook-example

This example shows how webhooks can be used to update several client views
Java
2
star
21

dolphin-platform-charts-example

A Dolphin Platform demo that shows how you can use JavaFX Charts in combination with the Dolphin Platform
Java
2
star
22

BeanValidationForUI

Playground to test Bean Validation APIs for UIs
Java
1
star
23

shellFX

Java
1
star
24

teamshell

Java
1
star
25

Photonia

Java
1
star
26

JavaFX-CSS-Helper

Some helpful classes for CSS styling in JavaFX
Java
1
star