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

Method getPath

unused/javax/swing/JTree.java:400–402  ·  view source on GitHub ↗

Returns the path where dropped data should be placed in the tree. Interpretation of this value depends on the drop mode set on the component. If the drop mode is DropMode.USE_SELECTION or DropMode.ON , the return value is the path in the tree over which the data has been

()

Source from the content-addressed store, hash-verified

398 * @see #getChildIndex
399 */
400 public TreePath getPath() {
401 return path;
402 }
403
404 /**
405 * Returns a string representation of this drop location.

Callers 7

setDropLocationMethod · 0.95
treeCollapsedMethod · 0.45
treeExpandedMethod · 0.45
getChildTreePathMethod · 0.45
getAccessibleParentMethod · 0.45
getAccessibleChildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected