Controller skeleton does not display the correct event type

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: P4
    • tbd
    • Affects Version/s: 8
    • Component/s: javafx

      Drop a Button
      From the inspector Code section, set the "On Mouse Clicked" event handler to "mouseClicked"
      View>Show Sample Controller Skeleton:
          @FXML
          void mouseClicked(ActionEvent event) {
          }

      ==> the event type is wrong: it should be MouseEvent instead of ActionEvent.
      Same issue with Key events.

            Assignee:
            Unassigned
            Reporter:
            Jerome Cambon
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: