Uses of Class
oshi.software.os.OSDesktopWindow
Package
Description
Provides functions to query Mac info
Provides functions to query information common to all unix systems
Provides functions to query information in windows
[oshi-core API] Provides cross-platform implementation to retrieve OS, FileSystem, and Process information
Provides information about Software and OS on macOS
Provides information about Software and OS on Windows
-
Uses of OSDesktopWindow in oshi.driver.mac
Modifier and TypeMethodDescriptionstatic List<OSDesktopWindow>
WindowInfo.queryDesktopWindows
(boolean visibleOnly) Gets windows on the operating system's GUI desktop. -
Uses of OSDesktopWindow in oshi.driver.unix
Modifier and TypeMethodDescriptionstatic List<OSDesktopWindow>
Xwininfo.queryXWindows
(boolean visibleOnly) Gets windows on the operating system's GUI desktop. -
Uses of OSDesktopWindow in oshi.driver.windows
Modifier and TypeMethodDescriptionstatic List<OSDesktopWindow>
EnumWindows.queryDesktopWindows
(boolean visibleOnly) Gets windows on the operating system's GUI desktop. -
Uses of OSDesktopWindow in oshi.software.os
Modifier and TypeMethodDescriptiondefault List<OSDesktopWindow>
OperatingSystem.getDesktopWindows
(boolean visibleOnly) Gets windows on the operating system's GUI desktop. -
Uses of OSDesktopWindow in oshi.software.os.mac
-
Uses of OSDesktopWindow in oshi.software.os.windows