| Interface | Description |
|---|---|
| IJFXControlValueObservable |
Base interface of all control observables
|
| IJFXControlValueProperty |
Base interface of control properties
|
| PropertyListCellFaytory<O> |
Factory for list cells
|
| PropertyTableCellFactory<S,T> |
Factory for table cells
|
| TreeUtil.ObservableFactory<T> |
Factory to create child observables
|
| Class | Description |
|---|---|
| JFXUIProperties |
Factory to create JavaFX properties
|
| ListUtil |
Utility to setup
ListView and ComboBox |
| TableUtil |
Utility to setup a
TableView with TableColumn |
| TreeUtil |
Utility to setup a tree
|