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

6 lines
220 B
XML

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