Package oshi.driver.unix
Class Xwininfo
java.lang.Object
oshi.driver.unix.Xwininfo
-
Method Summary
Modifier and TypeMethodDescriptionstatic List
<OSDesktopWindow> queryXWindows
(boolean visibleOnly) Gets windows on the operating system's GUI desktop.
-
Method Details
-
queryXWindows
Gets windows on the operating system's GUI desktop.- Parameters:
visibleOnly
- Whether to restrict the list to only windows visible to the user.- Returns:
- A list of
OSDesktopWindow
objects representing the desktop windows.
-