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.
()
| 320 | * @return full name (package + class name) for this mode. |
| 321 | */ |
| 322 | public String getIdentifier() { |
| 323 | return getClass().getCanonicalName(); |
| 324 | } |
| 325 | |
| 326 | |
| 327 | /** |
no outgoing calls
no test coverage detected