Files
openide/plugins/javaFX/testData/rename/controllerInExpr.fxml

6 lines
205 B
XML

<?import javafx.scene.control.Label?>
<?import javafx.scene.layout.VBox?>
<VBox fx:controller="ControllerInExpr"
xmlns:fx="http://javafx.com/fxml">
<Label text="${contr<caret>oller.text}"/>
</VBox>