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

6 lines
205 B
XML

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