JavaFX is not being bound to Swing- Instead they are adding an API so that one can create JavaFX components from the
Java app just like you do for Swing. In current and previous versions one had to write JavaFX Script to create GUI. This article (
http://www.adam-bien.com/roller/abien/entry/hello_javafx_2_a_tableview) shows how the JavaFX components can be created in a Java code- Though this uses a different component, it does show the syntax

There would be few more of such samples.