MCPcopy Index your code
hub / github.com/benfry/processing4 / windowDeactivated

Method windowDeactivated

app/src/processing/app/ui/Editor.java:194–200  ·  view source on GitHub ↗
(WindowEvent e)

Source from the content-addressed store, hash-verified

192 }
193
194 public void windowDeactivated(WindowEvent e) {
195 // TODO call handleActivated(null)? or do we run the risk of the
196 // deactivate call for old window being called after the activate?
197 fileMenu.remove(Recent.getMenu());
198 mode.removeImportMenu(sketchMenu);
199 mode.removeToolbarRecentMenu();
200 }
201 });
202
203 timer = new Timer();

Callers

nothing calls this directly

Calls 4

getMenuMethod · 0.95
removeImportMenuMethod · 0.80
removeMethod · 0.45

Tested by

no test coverage detected