javafx: disable create field from usage when the reference name is empty (IDEA-105237)

This commit is contained in:
anna
2013-04-12 18:31:08 +02:00
parent 72cde34363
commit b27f23f377
4 changed files with 19 additions and 1 deletions
@@ -0,0 +1 @@
public class CreateControllerMethod {}
@@ -0,0 +1,5 @@
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.control.Button?>
<GridPane xmlns:fx="http://javafx.com/fxml" fx:controller="CreateFieldEmptyName">
<Button fx:id="<caret>"/>
</GridPane>