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

6 lines
213 B
XML

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