> IMO getSelectedPath() should return the first selected path, ie. det first in 
> the selectedPaths sequence.

That seems reasonable.

> By the way, should TreeView have a getFirstSelectedNode() to be better 
> aligned with getSelectedPath()/getSelectedNode()? :) You already have 
> getFirstSelectedPath() so it kind of feels like it's missing :)

We try not to add methods unless there is a demonstrable use case for them. 
It's easy enough to get the node given the return value of 
getFirstSelectedPath(), but if we find that this is a common request it is 
certainly easy enough to add.

Reply via email to