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

Method getTitle

app/src/processing/app/Mode.java:312–312  ·  view source on GitHub ↗

Return the pretty/printable/menu name for this mode. This is separate from the single word name of the folder that contains this mode. It could even have spaces, though that might result in sheer madness or total mayhem.

()

Source from the content-addressed store, hash-verified

310 * have spaces, though that might result in sheer madness or total mayhem.
311 */
312 abstract public String getTitle();
313
314
315 /**

Callers 7

ModeMethod · 0.95
rebuildImportMenuMethod · 0.95
toStringMethod · 0.95
saveModeSettingsMethod · 0.45
promptForModeMethod · 0.45
handleOpenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected