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

Method clearSelection

unused/javax/swing/JTree.java:2673–2675  ·  view source on GitHub ↗

Clears the selection.

()

Source from the content-addressed store, hash-verified

2671 * Clears the selection.
2672 */
2673 public void clearSelection() {
2674 getSelectionModel().clearSelection();
2675 }
2676
2677 /**
2678 * Returns true if the selection is currently empty.

Callers 1

setModelMethod · 0.95

Calls 1

getSelectionModelMethod · 0.95

Tested by

no test coverage detected