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

Method getIdentifier

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

Get an identifier that can be used to resurrect this mode and connect it to a sketch. Using this instead of getTitle() because there might be name clashes with the titles, but there should not be once the actual package, et al. is included. @return full name (package + class name) for this mode.

()

Source from the content-addressed store, hash-verified

320 * @return full name (package + class name) for this mode.
321 */
322 public String getIdentifier() {
323 return getClass().getCanonicalName();
324 }
325
326
327 /**

Callers 7

BaseMethod · 0.80
handleActivatedMethod · 0.80
saveModeSettingsMethod · 0.80
promptForModeMethod · 0.80
findModeMethod · 0.80
isCompatibleMethod · 0.80
handleRenameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected