Index
All Classes and Interfaces|All Packages
G
- getAdditionalUrls() - Method in class org.fuchss.traylauncher.SpringBootTrayLauncherConfiguration
-
Get additional url entries to be added to the tray icon context menu.
- getMainUrl() - Method in class org.fuchss.traylauncher.SpringBootTrayLauncherConfiguration
-
Get the main url of the application.
- getName() - Method in class org.fuchss.traylauncher.SpringBootTrayLauncherConfiguration
-
Get the name of the application.
- getName() - Method in class org.fuchss.traylauncher.UrlEntry
-
Get the name of the URL Button.
- getTrayIconImage() - Method in class org.fuchss.traylauncher.SpringBootTrayLauncherConfiguration
-
Get the image for the tray icon.
- getUrl() - Method in class org.fuchss.traylauncher.UrlEntry
-
Get the url to open.
I
- isAutoOpenMainUrl() - Method in class org.fuchss.traylauncher.SpringBootTrayLauncherConfiguration
-
Indicates whether the application shall be opened in the browser upon start completed.
O
- org.fuchss.traylauncher - package org.fuchss.traylauncher
R
- run(Class<?>, String[], SpringBootTrayLauncherConfiguration) - Static method in class org.fuchss.traylauncher.SpringBootTrayLauncher
-
Replace your appearance of
SpringApplication.run(Main.class, args)with an invocation of this method.
S
- setAdditionalUrls(List<UrlEntry>) - Method in class org.fuchss.traylauncher.SpringBootTrayLauncherConfiguration
- setAutoOpenMainUrl(boolean) - Method in class org.fuchss.traylauncher.SpringBootTrayLauncherConfiguration
- setMainUrl(String) - Method in class org.fuchss.traylauncher.SpringBootTrayLauncherConfiguration
-
Setter for
SpringBootTrayLauncherConfiguration.getMainUrl(). - setName(String) - Method in class org.fuchss.traylauncher.SpringBootTrayLauncherConfiguration
-
Setter for
SpringBootTrayLauncherConfiguration.getName(). - setTrayIconImage(Image) - Method in class org.fuchss.traylauncher.SpringBootTrayLauncherConfiguration
- setTrayIconImage(InputStream) - Method in class org.fuchss.traylauncher.SpringBootTrayLauncherConfiguration
- SpringBootTrayLauncher - Class in org.fuchss.traylauncher
-
The entry point for the Tray Launcher 4 Spring Boot
- SpringBootTrayLauncherConfiguration - Class in org.fuchss.traylauncher
-
The configuration for
SpringBootTrayLauncher. - SpringBootTrayLauncherConfiguration(String, String, Image) - Constructor for class org.fuchss.traylauncher.SpringBootTrayLauncherConfiguration
-
Set the name, main url (entry point to - see
SpringBootTrayLauncherConfiguration.isAutoOpenMainUrl()), and an image for the tray. - SpringBootTrayLauncherConfiguration(String, String, InputStream) - Constructor for class org.fuchss.traylauncher.SpringBootTrayLauncherConfiguration
-
Set the name, main url (entry point to - see
SpringBootTrayLauncherConfiguration.isAutoOpenMainUrl()), and an image for the tray.
U
- UrlEntry - Class in org.fuchss.traylauncher
-
A simple url entry for the tray.
- UrlEntry(String, String) - Constructor for class org.fuchss.traylauncher.UrlEntry
-
Create by name of button and url.
All Classes and Interfaces|All Packages