- Enclosing class:
- WinUtil
public static final class WinUtil.WindowInfo
extends Object
-
Field Summary
Fields
| Modifier and Type |
Field |
Description |
com.sun.jna.platform.win32.WinDef.HWND |
hwnd |
|
int |
pid |
|
String |
title |
|
-
Constructor Summary
Constructors
| Constructor |
Description |
WindowInfo(com.sun.jna.platform.win32.WinDef.HWND hwnd,
int pid,
String title) |
|
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
public com.sun.jna.platform.win32.WinDef.HWND hwnd
-
-
-
Constructor Details
-
public WindowInfo(
com.sun.jna.platform.win32.WinDef.HWND hwnd,
int pid,
String title)
-
Method Details
-
public com.sun.jna.platform.win32.WinDef.HWND getHwnd()
-
-