javafx: "Unresolved fx:id reference" inspection quickfix add @FXML annotation only when needed, and use field visibility from project settings (IDEA-141033)

This commit is contained in:
Pavel Dolgov
2016-02-15 15:33:33 +03:00
parent f478acf514
commit 6cd5ffbfd7
8 changed files with 79 additions and 13 deletions
@@ -1,5 +1,5 @@
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.control.Button?>
<GridPane xmlns:fx="http://javafx.com/fxml" fx:controller="CreateControllerMethod">
<GridPane xmlns:fx="http://javafx.com/fxml" fx:controller="CreateField">
<Button fx:id="b<caret>tn"/>
</GridPane>