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

Method itemStateChanged

ij/src/main/java/ij/plugin/Slicer.java:678–683  ·  view source on GitHub ↗
(ItemEvent e)

Source from the content-addressed store, hash-verified

676 }
677
678 public void itemStateChanged(ItemEvent e) {
679 if (IJ.isMacOSX()) IJ.wait(100);
680 Checkbox cb = (Checkbox)checkboxes.elementAt(2);
681 nointerpolate = cb.getState();
682 updateSize();
683 }
684
685 void updateSize() {
686 //double inSpacing = Tools.parseDouble(((TextField)fields.elementAt(0)).getText(),0.0);

Callers

nothing calls this directly

Calls 4

isMacOSXMethod · 0.95
waitMethod · 0.95
updateSizeMethod · 0.95
getStateMethod · 0.45

Tested by

no test coverage detected