MCPcopy Index your code
hub / github.com/arduino/Arduino / progress

Method progress

app/src/processing/app/EditorStatus.java:169–177  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

167 }
168
169 public void progress(String message) {
170 changeState(PROGRESS);
171 this.message = message;
172 progressBar.setIndeterminate(false);
173 progressBar.setVisible(true);
174 copyErrorButton.setVisible(false);
175 setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
176 repaint();
177 }
178
179 public void progressNotice(String message) {
180 this.message = message;

Callers

nothing calls this directly

Calls 2

changeStateMethod · 0.95
setVisibleMethod · 0.80

Tested by

no test coverage detected