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

Method menuSelected

app/src/processing/app/ui/Editor.java:1027–1032  ·  view source on GitHub ↗
(MenuEvent e)

Source from the content-addressed store, hash-verified

1025 }
1026
1027 @Override
1028 public void menuSelected(MenuEvent e) {
1029 for (UpdatableAction a : editMenuUpdatable) {
1030 a.updateState();
1031 }
1032 }
1033 });
1034 return menu;
1035 }

Callers

nothing calls this directly

Calls 12

getSketchMethod · 0.95
setMenuMnemsInsideMethod · 0.95
updateStateMethod · 0.80
getEditorsMethod · 0.80
getMainFilePathMethod · 0.80
equalsMethod · 0.45
getNameMethod · 0.45
setSelectedMethod · 0.45
setTextMethod · 0.45
getTitleMethod · 0.45
getModeMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected