mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
6 lines
240 B
XML
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>
|