This package contains classes which allow to test Java FX UI for Java FX 2.0 and above.
Top-level API of Jemmy FX is exposed through *Dock classes. Docks exist for scenes (SceneDock), nodes and its subclasses(NodeDock, TextInputControlDock) and items of compound controls such as list, table, and such (ListItemDock, TreeItemDock, TableCellItemDock).
Please consult samples for examples of real test code.