MCPcopy Create free account
hub / github.com/benfry/processing4 / rebuild

Method rebuild

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

Called when a new sketch is opened.

()

Source from the content-addressed store, hash-verified

327 * Called when a new sketch is opened.
328 */
329 public void rebuild() {
330 //System.out.println("rebuilding editor header");
331 rebuildMenu();
332 repaint();
333 }
334
335
336 public void rebuildMenu() {

Callers 4

rebuildHeaderMethod · 0.45
rebuildToolbarMethod · 0.45
handleOpenInternalMethod · 0.45

Calls 2

rebuildMenuMethod · 0.95
repaintMethod · 0.80

Tested by

no test coverage detected