MCPcopy Index your code
hub / github.com/benfry/processing4 / statusNotice

Method statusNotice

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

Show a notice message in the editor status bar.

(String msg)

Source from the content-addressed store, hash-verified

2447 * Show a notice message in the editor status bar.
2448 */
2449 public void statusNotice(String msg) {
2450 if (msg == null) {
2451 new IllegalArgumentException("This code called statusNotice(null)").printStackTrace();
2452 msg = "";
2453 }
2454 status.notice(msg);
2455 }
2456
2457
2458 public void clearNotice(String msg) {

Callers 11

openContribBundleMethod · 0.95
mousePressedMethod · 0.95
runMethod · 0.95
handleCopyAsHTMLMethod · 0.95
handleAutoFormatMethod · 0.95
handleFindReferenceMethod · 0.95
handleSaveImplMethod · 0.95
handleSaveAsMethod · 0.95
handlePrintMethod · 0.95
statusEmptyMethod · 0.95

Calls 2

noticeMethod · 0.80
printStackTraceMethod · 0.45

Tested by

no test coverage detected