FX should provide a Parent.pick() routine

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P3
    • tbd
    • Affects Version/s: None
    • Component/s: javafx

      Today Scene Builder uses the private call Group.impl_pickLocal() to locate fx objects which are under the mouse.
      I think it would make sense to have a public routine for doing this in FX.

      This routine could be available at the Scene class level but also any Parent level
      (in many case, the application context allows to reduce the picking scope largely).

      The routine could return a single Node or a list of all the Nodes below the mouse
      ordered by z coordinates.

            Assignee:
            Unassigned
            Reporter:
            Eric Le Ponner
            Votes:
            15 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              Imported: