Interface WinLauncherMixin

All Known Subinterfaces:
WinLauncher
All Known Implementing Classes:
WinLauncherMixin.Stub

public interface WinLauncherMixin
  • Method Details

    • isConsole

      boolean isConsole()
    • startMenuShortcut

      Optional<LauncherShortcut> startMenuShortcut()
      Gets the start menu shortcut of this application launcher.

      Returns a non-empty Optional instance if a request about the start menu shortcut for this application launcher was made and an empty Optional instance if there was no request about the start menu shortcut for this application launcher.

      Returns:
      the start menu shortcut of this application launcher
    • desktopShortcut

      Optional<LauncherShortcut> desktopShortcut()
      Gets the desktop shortcut of this application launcher.

      Returns a non-empty Optional instance if a request about the desktop shortcut for this application launcher was made and an empty Optional instance if there was no request about the desktop shortcut for this application launcher.

      Returns:
      the start menu shortcut of this application launcher