Package org.fuchss.traylauncher
Class UrlEntry
java.lang.Object
org.fuchss.traylauncher.UrlEntry
A simple url entry for the tray. It defines the name of the button in the
context menu of the tray icon, as well as the url to open.
- Author:
- Dominik Fuchss
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UrlEntry
Create by name of button and url.- Parameters:
name- the name of the buttonurl- the url to open
-
-
Method Details
-
getName
Get the name of the URL Button.- Returns:
- the button's name
-
getUrl
Get the url to open.- Returns:
- the url to open
-