Files
openide/plugins/javaFX/testData/highlighting/privateControllerMethod.fxml

5 lines
295 B
XML

<?import javafx.scene.control.TableView?>
<?import javafx.scene.layout.VBox?>
<VBox xmlns:fx="http://javafx.com/fxml" fx:controller="PrivateControllerMethod">
<TableView onSort=<error descr="'onSort(SortEvent<TableView>)' should be public or annotated with @FXML">"#onSort"</error>/>
</VBox>