Uses of Class
oshi.software.os.OSDesktopWindow
-
Packages that use OSDesktopWindow Package Description oshi.driver.mac Provides functions to query Mac infooshi.driver.unix Provides functions to query information common to all unix systemsoshi.driver.windows Provides functions to query information in windowsoshi.software.os [oshi-core API] Provides cross-platform implementation to retrieve OS, FileSystem, and Process informationoshi.software.os.mac Provides information about Software and OS on macOSoshi.software.os.windows 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 OSDesktopWindow Modifier and Type Method Description static java.util.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 OSDesktopWindow Modifier and Type Method Description static java.util.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 OSDesktopWindow Modifier and Type Method Description static java.util.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 OSDesktopWindow Modifier and Type Method Description default java.util.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 Modifier and Type Method Description java.util.List<OSDesktopWindow>
MacOperatingSystem. getDesktopWindows(boolean visibleOnly)
-
Uses of OSDesktopWindow in oshi.software.os.windows
Methods in oshi.software.os.windows that return types with arguments of type OSDesktopWindow Modifier and Type Method Description java.util.List<OSDesktopWindow>
WindowsOperatingSystem. getDesktopWindows(boolean visibleOnly)
-