Skip navigation links
JNA API 4.2.0
com.sun.jna.platform

Class DesktopWindow



  • public class DesktopWindow
    extends Object
    Holds some general information about a window.
    Author:
    Andreas "PAX" Lück, onkelpax-git[at]yahoo.de
    • Constructor Detail

      • DesktopWindow

        public DesktopWindow(WinDef.HWND hwnd,
                             String title,
                             String filePath,
                             Rectangle locAndSize)
        Parameters:
        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.
    • Method Detail

      • getHWND

        public WinDef.HWND getHWND()
        Returns:
        The associated window handle for this window.
      • getTitle

        public String getTitle()
        Returns:
        The title text of the window.
      • getFilePath

        public String getFilePath()
        Returns:
        The full file path to the main process that created the window.
      • getLocAndSize

        public Rectangle getLocAndSize()
        Returns:
        The window's location on screen and its dimensions.
JNA API 4.2.0

Copyright © 2007-2015 Timothy Wall. All Rights Reserved.