org.eclipse.xtext.xbase.ui.hover
Class HoverLinkHelper

java.lang.Object
  extended by org.eclipse.xtext.xbase.ui.hover.HoverLinkHelper

public class HoverLinkHelper
extends java.lang.Object

Since:
2.3
Author:
Holger Schill - Initial contribution and API

Constructor Summary
HoverLinkHelper()
           
 
Method Summary
static java.lang.String createLinkWithLabel(java.lang.String scheme, org.eclipse.emf.common.util.URI uri, java.lang.String label)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HoverLinkHelper

public HoverLinkHelper()
Method Detail

createLinkWithLabel

public static java.lang.String createLinkWithLabel(java.lang.String scheme,
                                                   org.eclipse.emf.common.util.URI uri,
                                                   java.lang.String label)