Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ menuSelected
Method
menuSelected
app/src/processing/app/ui/Editor.java:824–829 ·
view source on GitHub ↗
(MenuEvent e)
Source
from the content-addressed store, hash-verified
822
}
823
824
@Override
825
public
void
menuSelected(MenuEvent e) {
826
for
(UpdatableAction a : editMenuUpdatable) {
827
a.updateState();
828
}
829
}
830
});
831
return
menu;
832
}
Callers
nothing calls this directly
Calls
15
getSketch
Method · 0.95
equals
Method · 0.95
getName
Method · 0.95
findSketch
Method · 0.95
updateState
Method · 0.80
getEditors
Method · 0.80
setSelected
Method · 0.80
getDefaultMode
Method · 0.80
setState
Method · 0.80
get
Method · 0.65
setVisible
Method · 0.65
values
Method · 0.45
Tested by
no test coverage detected