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

Method winSetParent

windows/java/WindowWin32.java:214–218  ·  view source on GitHub ↗
(long hwnd)

Source from the content-addressed store, hash-verified

212 }
213
214 public Window winSetParent(long hwnd) {
215 assert _onUIThread() : "Should be run on UI thread";
216 _nWinSetParent(hwnd);
217 return this;
218 }
219
220 @ApiStatus.Internal public static native long _nMake();
221 @ApiStatus.Internal public native void _nSetTextInputEnabled(boolean enabled);

Callers

nothing calls this directly

Calls 2

_nWinSetParentMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected