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

Method buildModeMenu

app/src/processing/app/ui/Editor.java:1181–1183  ·  view source on GitHub ↗

Override this if you want a special menu for your particular 'mode'.

()

Source from the content-addressed store, hash-verified

1179 * Override this if you want a special menu for your particular 'mode'.
1180 */
1181 public JMenu buildModeMenu() {
1182 return null;
1183 }
1184
1185
1186 /*

Callers 1

buildMenuBarMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected