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

Method getScreen

shared/java/Window.java:305–305  ·  view source on GitHub ↗

Get window screen, where currently this window is located. @return screen object where this window located

()

Source from the content-addressed store, hash-verified

303 * @return screen object where this window located
304 */
305 public abstract Screen getScreen();
306
307 /**
308 * <p>Request frame event for rendering for this window.</p>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected