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

Method cancelEditing

unused/javax/swing/JTree.java:2386–2391  ·  view source on GitHub ↗

Cancels the current editing session. Has no effect if the tree isn't being edited.

()

Source from the content-addressed store, hash-verified

2384 * tree isn't being edited.
2385 */
2386 public void cancelEditing() {
2387 TreeUI tree = getUI();
2388
2389 if(tree != null)
2390 tree.cancelEditing(this);
2391 }
2392
2393 /**
2394 * Selects the node identified by the specified path and initiates

Callers

nothing calls this directly

Calls 1

getUIMethod · 0.95

Tested by

no test coverage detected