Returns the path identified as the lead. @return path identified as the lead
()
| 1824 | * @return path identified as the lead |
| 1825 | */ |
| 1826 | public TreePath getLeadSelectionPath() { |
| 1827 | return leadPath; |
| 1828 | } |
| 1829 | |
| 1830 | /** |
| 1831 | * Returns the path identified as the anchor. |
no outgoing calls
no test coverage detected