Files
openide/plugins/javaFX/testData/completion/fxIdExactOptionsLabel.fxml

5 lines
204 B
XML

<?import javafx.scene.control.Label?>
<?import javafx.scene.layout.GridPane?>
<GridPane fx:controller="FxIdExactOptionsController" xmlns:fx="http://javafx.com/fxml">
<Label fx:id="<caret>"/>
</GridPane>