Files
openide/plugins/javaFX/testData/inspections/eventHandler/quickfixHalfRaw.fxml

6 lines
224 B
XML

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