Uses of Interface
org.scijava.desktop.links.SchemeInstaller
-
Packages that use SchemeInstaller Package Description org.scijava.desktop org.scijava.desktop.platform.linux org.scijava.desktop.platform.macos org.scijava.desktop.platform.windows -
-
Uses of SchemeInstaller in org.scijava.desktop
Methods in org.scijava.desktop that return SchemeInstaller Modifier and Type Method Description SchemeInstallerDesktopIntegrationProvider. getSchemeInstaller()Creates a SchemeInstaller for this platform. -
Uses of SchemeInstaller in org.scijava.desktop.platform.linux
Classes in org.scijava.desktop.platform.linux that implement SchemeInstaller Modifier and Type Class Description classLinuxSchemeInstallerLinux implementation ofSchemeInstallerusing .desktop files.Methods in org.scijava.desktop.platform.linux that return SchemeInstaller Modifier and Type Method Description SchemeInstallerLinuxPlatform. getSchemeInstaller() -
Uses of SchemeInstaller in org.scijava.desktop.platform.macos
Methods in org.scijava.desktop.platform.macos that return SchemeInstaller Modifier and Type Method Description SchemeInstallerMacOSPlatform. getSchemeInstaller() -
Uses of SchemeInstaller in org.scijava.desktop.platform.windows
Classes in org.scijava.desktop.platform.windows that implement SchemeInstaller Modifier and Type Class Description classWindowsSchemeInstallerWindows implementation ofSchemeInstallerusing the Windows Registry.Methods in org.scijava.desktop.platform.windows that return SchemeInstaller Modifier and Type Method Description SchemeInstallerWindowsPlatform. getSchemeInstaller()
-