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

Method getImportMenu

app/src/processing/app/Mode.java:487–492  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

485
486
487 public JMenu getImportMenu() {
488 if (importMenu == null) {
489 rebuildImportMenu();
490 }
491 return importMenu;
492 }
493
494
495 public void rebuildImportMenu() { //JMenu importMenu) {

Callers 3

removeImportMenuMethod · 0.95
insertImportMenuMethod · 0.95
buildSketchMenuMethod · 0.80

Calls 1

rebuildImportMenuMethod · 0.95

Tested by

no test coverage detected