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

Method statusMessage

app/src/processing/app/ui/Editor.java:2497–2503  ·  view source on GitHub ↗
(String message, int type)

Source from the content-addressed store, hash-verified

2495
2496
2497 public void statusMessage(String message, int type) {
2498 if (EventQueue.isDispatchThread()) {
2499 status.message(message, type);
2500 } else {
2501 EventQueue.invokeLater(() -> statusMessage(message, type));
2502 }
2503 }
2504
2505
2506 public void startIndeterminate() {

Callers 3

updateEditorStatusMethod · 0.95
handleRenameMethod · 0.80
handleShowUsageMethod · 0.80

Calls 1

messageMethod · 0.65

Tested by

no test coverage detected