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

Method run

ij/src/main/java/ij/gui/StackWindow.java:227–233  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

225 public synchronized void setSlidersEnabled(final boolean b) {
226 EventQueue.invokeLater(new Runnable() {
227 public void run() {
228 if (sliceSelector != null) sliceSelector.setEnabled(b);
229 if (cSelector != null) cSelector.setEnabled(b);
230 if (zSelector != null) zSelector.setEnabled(b);
231 if (tSelector != null) tSelector.setEnabled(b);
232 if (animationSelector != null) animationSelector.setEnabled(b);
233 }
234 });
235 }
236

Callers

nothing calls this directly

Calls 6

setSliceMethod · 0.95
setEnabledMethod · 0.80
getCurrentSliceMethod · 0.80
updatePositionMethod · 0.80
setValueMethod · 0.45
waitMethod · 0.45

Tested by

no test coverage detected