cz.vity.freerapid.utilities
Class Browser

java.lang.Object
  extended by cz.vity.freerapid.utilities.Browser

public class Browser
extends Object

Pomocna trida pro spousteni weboveho browseru nebo emailoveho klienta

Author:
Vity

Method Summary
static void openBrowser(String mailOrUrl)
          Otevre browser nebo emailoveho klienta
static void openBrowser(URL url)
           
static void showHomepage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

openBrowser

public static void openBrowser(String mailOrUrl)
Otevre browser nebo emailoveho klienta

Parameters:
mailOrUrl - pokud hodnota zacina mailto, otevira se klient, jinak browser

showHomepage

public static void showHomepage()

openBrowser

public static void openBrowser(URL url)