Uses of Interface
org.scijava.desktop.DesktopIntegrationProvider
-
Packages that use DesktopIntegrationProvider Package Description org.scijava.desktop.platform.linux org.scijava.desktop.platform.macos org.scijava.desktop.platform.windows -
-
Uses of DesktopIntegrationProvider in org.scijava.desktop.platform.linux
Classes in org.scijava.desktop.platform.linux that implement DesktopIntegrationProvider Modifier and Type Class Description classLinuxPlatformA platform implementation for handling Linux platform issues. -
Uses of DesktopIntegrationProvider in org.scijava.desktop.platform.macos
Classes in org.scijava.desktop.platform.macos that implement DesktopIntegrationProvider Modifier and Type Class Description classMacOSPlatformA platform implementation for handling Apple macOS platform issues: Application events are rebroadcast as SciJava events. macOS screen menu bar is enabled. Special screen menu bar menu items are handled. -
Uses of DesktopIntegrationProvider in org.scijava.desktop.platform.windows
Classes in org.scijava.desktop.platform.windows that implement DesktopIntegrationProvider Modifier and Type Class Description classWindowsPlatformA platform implementation for handling Windows platform issues.
-