Interface LinuxLauncherMixin
- All Known Subinterfaces:
LinuxLauncher
- All Known Implementing Classes:
LinuxLauncherMixin.Stub
public interface LinuxLauncherMixin
Details of Linux application launcher.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordDefault implementation ofLinuxLauncherMixininterface. -
Method Summary
Modifier and TypeMethodDescriptionshortcut()Gets the start menu shortcut of this application launcher.
-
Method Details
-
shortcut
Optional<LauncherShortcut> shortcut()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
-