MCPcopy Index your code
hub / github.com/arduino/Arduino / getProgrammerMenus

Method getProgrammerMenus

app/src/processing/app/Base.java:1669–1671  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1667 }
1668
1669 public List<JMenuItem> getProgrammerMenus() {
1670 return programmerMenus;
1671 }
1672
1673 private static JMenuItem selectVisibleSelectedOrFirstMenuItem(JMenu menu) {
1674 JMenuItem firstVisible = null;

Callers 2

menuSelectedMethod · 0.80
buildToolsMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected