Class UrlEntry

java.lang.Object
org.fuchss.traylauncher.UrlEntry

public final class UrlEntry extends Object
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 Details

    • UrlEntry

      public UrlEntry(String name, String url)
      Create by name of button and url.
      Parameters:
      name - the name of the button
      url - the url to open
  • Method Details

    • getName

      public String getName()
      Get the name of the URL Button.
      Returns:
      the button's name
    • getUrl

      public String getUrl()
      Get the url to open.
      Returns:
      the url to open