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

Method setClassHint

linux/java/WindowX11.java:85–88  ·  view source on GitHub ↗

Set the WM_CLASS window property. @param appClass application class @return this

(String appClass)

Source from the content-addressed store, hash-verified

83 * @return this
84 */
85 public Window setClassHint(String appClass) {
86 setClassHint(appClass, appClass);
87 return this;
88 }
89
90 public Window setClassHint(String name, String appClass) {
91 assert _onUIThread() : "Should be run on UI thread";

Callers 1

ExampleMethod · 0.80

Calls 2

_nSetClassHintMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected