MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / run

Method run

ij/src/main/java/ij/gui/Toolbar.java:1318–1324  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1316 pressTimer = new Timer();
1317 pressTimer.schedule(new TimerTask() {
1318 public void run() {
1319 if (pressTimer != null) {
1320 pressTimer.cancel();
1321 pressTimer = null;
1322 }
1323 triggerPopupMenu(newTool, e, true, true);
1324 }
1325 }, longClickDelay);
1326 }
1327

Callers

nothing calls this directly

Calls 2

triggerPopupMenuMethod · 0.95
cancelMethod · 0.45

Tested by

no test coverage detected