Package com.sun.jna.platform
Klasse DesktopWindow
java.lang.Object
com.sun.jna.platform.DesktopWindow
Holds some general information about a window.
- Autor:
- Andreas "PAX" Lück, onkelpax-git[at]yahoo.de
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungDesktopWindow
(WinDef.HWND hwnd, String title, String filePath, Rectangle locAndSize) -
Methodenübersicht
-
Konstruktordetails
-
DesktopWindow
- Parameter:
hwnd
- The associated window handle for this window.title
- The title text of the window.filePath
- The full file path to the main process that created the window.locAndSize
- The window's location on screen and its dimensions.
-
-
Methodendetails
-
getHWND
- Gibt zurück:
- The associated window handle for this window.
-
getTitle
- Gibt zurück:
- The title text of the window.
-
getFilePath
- Gibt zurück:
- The full file path to the main process that created the window.
-
getLocAndSize
- Gibt zurück:
- The window's location on screen and its dimensions.
-