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

Method setTextInputEnabled

linux/java/WindowX11.java:18–23  ·  view source on GitHub ↗
(boolean enabled)

Source from the content-addressed store, hash-verified

16 }
17
18 @Override
19 public Window setTextInputEnabled(boolean enabled) {
20 assert _onUIThread() : "Should be run on UI thread";
21 // TODO: impl me
22 return this;
23 }
24
25 @Override
26 public void unmarkText() {

Callers

nothing calls this directly

Calls 1

_onUIThreadMethod · 0.45

Tested by

no test coverage detected