mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 18:58:31 +07:00
6 lines
266 B
XML
6 lines
266 B
XML
<?import javafx.scene.control.*?>
|
|
<?import javafx.scene.layout.VBox?>
|
|
<VBox xmlns:fx="http://javafx.com/fxml" fx:controller="HighlightGeneric">
|
|
<ListView fx:id="list" onEditStart="#onEditStart" onEditCancel="#onEditCancel" onEditCommit="#onEditCommit"/>
|
|
</VBox>
|