Uses of Class
io.github.eggy03.ferrumx.windows.entity.display.Win32DesktopMonitor
Packages that use Win32DesktopMonitor
Package
Description
-
Uses of Win32DesktopMonitor in io.github.eggy03.ferrumx.windows.mapping.display
Classes in io.github.eggy03.ferrumx.windows.mapping.display that implement interfaces with type arguments of type Win32DesktopMonitorModifier and TypeClassDescriptionclassProvides a type-safe implementation ofCommonMappingInterfaceand maps JSON strings from PowerShell objects or lists ofWin32DesktopMonitor -
Uses of Win32DesktopMonitor in io.github.eggy03.ferrumx.windows.service.display
Classes in io.github.eggy03.ferrumx.windows.service.display that implement interfaces with type arguments of type Win32DesktopMonitorModifier and TypeClassDescriptionclassService class for fetching monitor information from the system.Methods in io.github.eggy03.ferrumx.windows.service.display that return types with arguments of type Win32DesktopMonitorModifier and TypeMethodDescription@NotNull @Unmodifiable List<Win32DesktopMonitor> Win32DesktopMonitorService.get()Retrieves an immutable list of monitors connected to the system.@NotNull @Unmodifiable List<Win32DesktopMonitor> Win32DesktopMonitorService.get(long timeout) Retrieves an immutable list of monitors connected to the system using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32DesktopMonitor> Win32DesktopMonitorService.get(@NonNull com.profesorfalken.jpowershell.PowerShell powerShell) Retrieves an immutable list of monitors connected to the system using the caller'sPowerShellsession.