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

Method mouseMoved

ij/src/main/java/ij/gui/Toolbar.java:1761–1767  ·  view source on GitHub ↗
(MouseEvent e)

Source from the content-addressed store, hash-verified

1759 }
1760
1761 public void mouseMoved(MouseEvent e) {
1762 int x = e.getX();
1763 if (inGap(x))
1764 IJ.showStatus("");
1765 else
1766 showMessage(toolID(x));
1767 }
1768
1769 /** Adds a tool to the toolbar. The 'toolTip' string is displayed in the status bar
1770 when the mouse is over the tool icon. The 'toolTip' string may include icon

Callers

nothing calls this directly

Calls 5

inGapMethod · 0.95
showStatusMethod · 0.95
showMessageMethod · 0.95
toolIDMethod · 0.95
getXMethod · 0.65

Tested by

no test coverage detected