| Class | Description |
|---|---|
| DataFXDemo |
Main Class of the DataFX demo.
|
| DataModel |
The data model for the sample.
|
| EditViewController |
The controller for the edit view.
|
| LoadPersonsTask |
This Action Task adds some basic data to the data model.
|
| MasterViewController |
The controller of the master view.
|
| Person |
A simple entity
|
| RemoveActionTask |
A Flow action that removes the currently selected Person instance from the data model
|