Returns the path identified as the anchor. @return path identified as the anchor @since 1.3
()
| 1833 | * @since 1.3 |
| 1834 | */ |
| 1835 | public TreePath getAnchorSelectionPath() { |
| 1836 | return anchorPath; |
| 1837 | } |
| 1838 | |
| 1839 | /** |
| 1840 | * Returns the path to the first selected node. |