Cancels the current editing session. Has no effect if the tree isn't being edited.
()
| 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 |