public class XtextElementLinks extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
XtextElementLinks.ILinkHandler
A handler is asked to handle links to targets.
|
protected class |
XtextElementLinks.XtextLinkAdapter |
| Modifier and Type | Field and Description |
|---|---|
static String |
OPEN_LINK_SCHEME |
static String |
XTEXTDOC_SCHEME |
static String |
XTEXTDOC_VIEW_SCHEME |
| Constructor and Description |
|---|
XtextElementLinks() |
| Modifier and Type | Method and Description |
|---|---|
String |
createLink(org.eclipse.emf.ecore.EObject o) |
String |
createLink(String scheme,
org.eclipse.emf.ecore.EObject o) |
String |
createLink(String scheme,
org.eclipse.emf.ecore.EObject o,
String elementName) |
String |
createLink(String uri,
String elementName) |
org.eclipse.swt.browser.LocationListener |
createLocationListener(XtextElementLinks.ILinkHandler handler) |
String |
createURI(String scheme,
org.eclipse.emf.ecore.EObject o) |
org.eclipse.emf.common.util.URI |
parseURI(URI uri) |
public static final String OPEN_LINK_SCHEME
public static final String XTEXTDOC_SCHEME
public static final String XTEXTDOC_VIEW_SCHEME
public org.eclipse.swt.browser.LocationListener createLocationListener(XtextElementLinks.ILinkHandler handler)
public String createLink(org.eclipse.emf.ecore.EObject o)
public String createLink(String scheme, org.eclipse.emf.ecore.EObject o, String elementName)
public String createURI(String scheme, org.eclipse.emf.ecore.EObject o) throws URISyntaxException
URISyntaxExceptionpublic org.eclipse.emf.common.util.URI parseURI(URI uri)
Copyright © 2016. All Rights Reserved.