Files
openide/plugins/javaFX/testData/quickfix/createControllerMethodGeneric.fxml

6 lines
240 B
XML

<?import javafx.scene.control.TableView?>
<?import javafx.scene.layout.GridPane?>
<GridPane xmlns:fx="http://javafx.com/fxml" fx:controller="CreateControllerMethodGeneric">
<TableView fx:id="table" onSort="#o<caret>nSort"/>
</GridPane>