MCPcopy Create free account
hub / github.com/HumbleUI/JWM / setProgressBar

Method setProgressBar

macos/java/WindowMac.java:283–289  ·  view source on GitHub ↗
(float progress)

Source from the content-addressed store, hash-verified

281 }
282
283 @Override
284 public Window setProgressBar(float progress) {
285 assert _onUIThread() : "Should be run on UI thread";
286 _nSetProgressBar(progress);
287 _lastProgressBarValue = progress;
288 return this;
289 }
290
291 @Override
292 public void close() {

Callers

nothing calls this directly

Calls 2

_nSetProgressBarMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected