MCPcopy Create free account
hub / github.com/java-native-access/jna / getWindowID

Method getWindowID

src/com/sun/jna/Native.java:2537–2539  ·  view source on GitHub ↗
(Window w)

Source from the content-addressed store, hash-verified

2535 */
2536 private static class AWT {
2537 static long getWindowID(Window w) throws HeadlessException {
2538 return getComponentID(w);
2539 }
2540 // Declaring the argument as Object rather than Component avoids class not
2541 // found errors on phoneME foundation profile.
2542 static long getComponentID(Object o) throws HeadlessException {

Callers 2

getWindowIDMethod · 0.95
getWindowPointerMethod · 0.95

Calls 1

getComponentIDMethod · 0.95

Tested by

no test coverage detected