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

6 lines
201 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.newName}"/>
</VBox>