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

Method startEditingAtPath

unused/javax/swing/JTree.java:2401–2406  ·  view source on GitHub ↗

Selects the node identified by the specified path and initiates editing. The edit-attempt fails if the CellEditor does not allow editing for the specified item. @param path the TreePath identifying a node

(TreePath path)

Source from the content-addressed store, hash-verified

2399 * @param path the <code>TreePath</code> identifying a node
2400 */
2401 public void startEditingAtPath(TreePath path) {
2402 TreeUI tree = getUI();
2403
2404 if(tree != null)
2405 tree.startEditingAtPath(this, path);
2406 }
2407
2408 /**
2409 * Returns the path to the element that is currently being edited.

Callers

nothing calls this directly

Calls 1

getUIMethod · 0.95

Tested by

no test coverage detected