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

Method statusEmpty

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

Clear the status area.

()

Source from the content-addressed store, hash-verified

3018 * Clear the status area.
3019 */
3020 public void statusEmpty() {
3021 statusNotice(EMPTY);
3022 }
3023
3024
3025 public void statusMessage(String message, int type) {

Callers 7

handleSaveImplMethod · 0.95
prepareRunMethod · 0.95
clearNoticeMethod · 0.95
updateEditorStatusMethod · 0.95
stopDebugMethod · 0.80
vmEventMethod · 0.80

Calls 1

statusNoticeMethod · 0.95

Tested by

no test coverage detected