mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 13:39:36 +07:00
5 lines
295 B
XML
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> |