de.grogra.imp.net
Class BrowserLauncherImpl

java.lang.Object
  extended by de.grogra.imp.net.BrowserLauncherImpl

public class BrowserLauncherImpl
extends java.lang.Object

Browser launcher class, used to open a web page inside a current default browser. If no browser is open it also will open it.

Author:
mhenke

Constructor Summary
BrowserLauncherImpl()
           
 
Method Summary
static void openGroIMPPage(Item item, java.lang.Object info, Context ctx)
          Opens the GroIMP page.
static void openPage(java.lang.String url)
          Opens a web page.
static void openWikiPage(Item item, java.lang.Object info, Context ctx)
          Opens the GroIMP Wiki page.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserLauncherImpl

public BrowserLauncherImpl()
Method Detail

openGroIMPPage

public static void openGroIMPPage(Item item,
                                  java.lang.Object info,
                                  Context ctx)
Opens the GroIMP page.


openPage

public static void openPage(java.lang.String url)
Opens a web page.

Parameters:
url -

openWikiPage

public static void openWikiPage(Item item,
                                java.lang.Object info,
                                Context ctx)
Opens the GroIMP Wiki page.