Uses of Class
oshi.software.os.OSDesktopWindow
Packages that use 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
Methods in oshi.driver.mac that return types with arguments of type OSDesktopWindowModifier and TypeMethodDescriptionstatic List<OSDesktopWindow>
WindowInfo.queryDesktopWindows
(boolean visibleOnly) Gets windows on the operating system's GUI desktop. -
Uses of OSDesktopWindow in oshi.driver.unix
Methods in oshi.driver.unix that return types with arguments of type OSDesktopWindowModifier and TypeMethodDescriptionstatic List<OSDesktopWindow>
Xwininfo.queryXWindows
(boolean visibleOnly) Gets windows on the operating system's GUI desktop. -
Uses of OSDesktopWindow in oshi.driver.windows
Methods in oshi.driver.windows that return types with arguments of type OSDesktopWindowModifier and TypeMethodDescriptionstatic List<OSDesktopWindow>
EnumWindows.queryDesktopWindows
(boolean visibleOnly) Gets windows on the operating system's GUI desktop. -
Uses of OSDesktopWindow in oshi.software.os
Methods in oshi.software.os that return types with arguments of type OSDesktopWindowModifier 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
Methods in oshi.software.os.mac that return types with arguments of type OSDesktopWindow -
Uses of OSDesktopWindow in oshi.software.os.windows
Methods in oshi.software.os.windows that return types with arguments of type OSDesktopWindow