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

Method close

macos/java/WindowMac.java:291–297  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

289 }
290
291 @Override
292 public void close() {
293 assert _onUIThread() : "Should be run on UI thread";
294 assert !isClosed() : "Window is already closed";
295 _nClose();
296 super.close();
297 }
298
299 /**
300 * Overrides press-and-hold behaviour for this window.

Callers

nothing calls this directly

Calls 4

_nCloseMethod · 0.95
isClosedMethod · 0.80
closeMethod · 0.65
_onUIThreadMethod · 0.45

Tested by

no test coverage detected