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

Method setTextInputEnabled

macos/java/WindowMac.java:17–22  ·  view source on GitHub ↗
(boolean enabled)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_onUIThreadMethod · 0.45

Tested by

no test coverage detected