org.eclipse.xtext.ui.editor.hover.html
Class OpenBrowserUtil

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.hover.html.OpenBrowserUtil

public class OpenBrowserUtil
extends java.lang.Object

This is a clone from JDT's JavadocHover class

Author:
Christoph Kulla - Initial contribution and API

Constructor Summary
OpenBrowserUtil()
           
 
Method Summary
static void open(java.net.URL url, org.eclipse.swt.widgets.Display display)
           
static void openExternal(java.net.URL url, org.eclipse.swt.widgets.Display display)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenBrowserUtil

public OpenBrowserUtil()
Method Detail

open

public static void open(java.net.URL url,
                        org.eclipse.swt.widgets.Display display)

openExternal

public static void openExternal(java.net.URL url,
                                org.eclipse.swt.widgets.Display display)