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

Method setTextInputEnabled

windows/java/WindowWin32.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 _nSetTextInputEnabled(enabled);
22 return this;
23 }
24
25 @Override
26 public void unmarkText() {

Callers

nothing calls this directly

Calls 2

_nSetTextInputEnabledMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected