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

Method getInstance

ij/src/main/java/ij/gui/Toolbar.java:315–317  ·  view source on GitHub ↗

Returns a reference to the ImageJ toolbar.

()

Source from the content-addressed store, hash-verified

313
314 /** Returns a reference to the ImageJ toolbar. */
315 public static Toolbar getInstance() {
316 return instance;
317 }
318
319 private void drawButtons(Graphics g) {
320 if (g==null)

Callers 15

setToolMethod · 0.95
restorePreviousToolMethod · 0.95
showDialogMethod · 0.95
itemStateChangedMethod · 0.95
plotLanesMethod · 0.95
dialogItemChangedMethod · 0.95
runMethod · 0.95
installMethod · 0.95
installFileMethod · 0.95
installFromIJJarMethod · 0.95
mousePressedMethod · 0.95
repaintToolMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected