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

Method getDefaultMode

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

Source from the content-addressed store, hash-verified

973
974
975 public Mode getDefaultMode() {
976 return coreModes[0];
977 }
978
979
980 /** Used by ThinkDifferent so that it can have a Sketchbook menu. */

Callers 5

BaseMethod · 0.95
handleNewMethod · 0.95
handleOpenMethod · 0.95
ManagerTabsMethod · 0.80
makeFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected