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

Method rebuild

app/src/processing/app/ui/EditorHeader.java:406–410  ·  view source on GitHub ↗

Called when a new sketch is opened.

()

Source from the content-addressed store, hash-verified

404 * Called when a new sketch is opened.
405 */
406 public void rebuild() {
407 //System.out.println("rebuilding editor header");
408 rebuildMenu();
409 repaint();
410 }
411
412
413 public void rebuildMenu() {

Callers 3

rebuildHeaderMethod · 0.45
rebuildToolbarMethod · 0.45
handleOpenInternalMethod · 0.45

Calls 2

rebuildMenuMethod · 0.95
repaintMethod · 0.80

Tested by

no test coverage detected