MCPcopy Index your code
hub / github.com/processing/processing / windowDeactivated

Method windowDeactivated

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

Source from the content-addressed store, hash-verified

194 }
195
196 public void windowDeactivated(WindowEvent e) {
197 // TODO call handleActivated(null)? or do we run the risk of the
198 // deactivate call for old window being called after the activate?
199 fileMenu.remove(Recent.getMenu());
200 mode.removeImportMenu(sketchMenu);
201 mode.removeToolbarRecentMenu();
202 }
203 });
204
205 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