Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8092227

Suggested fx:id's could be limited to selected node type

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Fix
    • Icon: P4 P4
    • tbd
    • 8u40
    • javafx

      When we declare an fx:id in our Controller, it has a type. Let's say you have:

      @FXML private VBox root_vbox;
      @FXML private Slider zoom_slider;
      @FXML private Slider zoom_slider2;

      It would a nice modification if the fx:id property pulldown showed all available fx:id's which match the selected node type (at the moment it shows all available fx:id's regardless of type).

      In other words, if I have a Slider selected, then we would only show zoom_slider and zoom_slider2 in the list?

            Unassigned Unassigned
            mchicharro Moises Chicharro
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: