MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / getAnchorSelectionPath

Method getAnchorSelectionPath

unused/javax/swing/JTree.java:1835–1837  ·  view source on GitHub ↗

Returns the path identified as the anchor. @return path identified as the anchor @since 1.3

()

Source from the content-addressed store, hash-verified

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

Callers 1

setDropLocationMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected