I have just changed a single select TreeView to a Multi, and am having some issues.
Before I was able to use TreeView and the getSelectedNode() method, but clearly that doesn't apply to this situation. The getSelectedPaths() seems to be the logical direction to go, but how to I retrieve the selected node(s) itself from there? There is not a getNode(Path) method and the getNodeAt(int) returns another path. I'm I missing something obvious? Or is this really not as straightforward as it would seem. Thanks in advance for any suggestions.
