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

Method rebuildToolbar

app/src/processing/app/ui/Editor.java:616–619  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

614
615
616 public void rebuildToolbar() {
617 toolbar.rebuild();
618 toolbar.revalidate(); // necessary to handle sub-components
619 }
620
621
622 abstract public Formatter createFormatter();

Callers 1

toggleDebugMethod · 0.80

Calls 1

rebuildMethod · 0.45

Tested by

no test coverage detected