org.eclipse.xtext.ui.editor.hyperlinking
Class XtextHyperlink

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.hyperlinking.AbstractHyperlink
      extended by org.eclipse.xtext.ui.editor.hyperlinking.XtextHyperlink
All Implemented Interfaces:
org.eclipse.jface.text.hyperlink.IHyperlink

public class XtextHyperlink
extends AbstractHyperlink

Author:
Jan Koehnlein, Sebastian Zarnekow - Initial contribution and API

Constructor Summary
XtextHyperlink()
           
 
Method Summary
 org.eclipse.emf.common.util.URI getURI()
           
 void open()
          Opens the given hyperlink.
 void setURI(org.eclipse.emf.common.util.URI uri)
           
 
Methods inherited from class org.eclipse.xtext.ui.editor.hyperlinking.AbstractHyperlink
getHyperlinkRegion, getHyperlinkText, getTypeLabel, setHyperlinkRegion, setHyperlinkText, setTypeLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XtextHyperlink

public XtextHyperlink()
Method Detail

open

public void open()
Description copied from interface: org.eclipse.jface.text.hyperlink.IHyperlink
Opens the given hyperlink.


getURI

public org.eclipse.emf.common.util.URI getURI()

setURI

public void setURI(org.eclipse.emf.common.util.URI uri)