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

Method setProgressBar

shared/java/Window.java:397–398  ·  view source on GitHub ↗

Changes the progress bar depending on the platform. macOS changes the value for the entire App. Windows is not implemented for now Linux is not implemented for now @param progress The new progress bar value for this window @return this

(float progress)

Source from the content-addressed store, hash-verified

395 * @return this
396 */
397 @NotNull @Contract("-> this")
398 public abstract Window setProgressBar(float progress);
399
400 /**
401 * <p>Feed an event to Window’s listener. Same as getEventListener().accept(Event)</p>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected