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

Method reset

ij/src/main/java/ij/plugin/Options.java:271–274  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

269
270 // Delete preferences file when ImageJ quits
271 private void reset() {
272 if (IJ.showMessageWithCancel("Reset Preferences", "Preferences will be reset when ImageJ restarts."))
273 Prefs.resetPreferences();
274 }
275
276} // class Options

Callers 1

runMethod · 0.95

Calls 2

showMessageWithCancelMethod · 0.95
resetPreferencesMethod · 0.95

Tested by

no test coverage detected