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

6 lines
214 B
XML

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