Interface WinLauncherMixin
- All Known Subinterfaces:
WinLauncher
- All Known Implementing Classes:
WinLauncherMixin.Stub
public interface WinLauncherMixin
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGets the desktop shortcut of this application launcher.booleanGets the start menu shortcut of this application launcher.
-
Method Details
-
isConsole
boolean isConsole() -
startMenuShortcut
Optional<LauncherShortcut> startMenuShortcut()Gets the start menu shortcut of this application launcher.Returns a non-empty
Optionalinstance if a request about the start menu shortcut for this application launcher was made and an emptyOptionalinstance 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
Optionalinstance if a request about the desktop shortcut for this application launcher was made and an emptyOptionalinstance if there was no request about the desktop shortcut for this application launcher.- Returns:
- the start menu shortcut of this application launcher
-