Sequence.Tree.get(getTreeData(), getNodeAt(y))
.. but it seems y is relative to the window, and getNodeAt() expects coordinates relative to the component (TreeView). Is there method to convert the coordinates, or should I use another approach?
-- Edvin
