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

Method cancelDropTimer

unused/javax/swing/JTree.java:1506–1511  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1504 }
1505
1506 private void cancelDropTimer() {
1507 if (dropTimer != null && dropTimer.isRunning()) {
1508 expandRow = -1;
1509 dropTimer.stop();
1510 }
1511 }
1512
1513 /**
1514 * Returns <code>isEditable</code>. This is invoked from the UI before

Callers 2

dropLocationForPointMethod · 0.95
dndDoneMethod · 0.95

Calls 2

isRunningMethod · 0.65
stopMethod · 0.65

Tested by

no test coverage detected