Returns the path to the first selected node. @return the TreePath for the first selected node, or null if nothing is currently selected
()
| 1843 | * or <code>null</code> if nothing is currently selected |
| 1844 | */ |
| 1845 | public TreePath getSelectionPath() { |
| 1846 | return getSelectionModel().getSelectionPath(); |
| 1847 | } |
| 1848 | |
| 1849 | /** |
| 1850 | * Returns the paths of all selected values. |
no test coverage detected