org.eclipse.xtend.check.ui.editor
Class CheckHyperlinkDetector

java.lang.Object
  extended by org.eclipse.xtend.shared.ui.editor.navigation.AbstractHyperlinkDetector
      extended by org.eclipse.xtend.check.ui.editor.CheckHyperlinkDetector
All Implemented Interfaces:
org.eclipse.jface.text.hyperlink.IHyperlinkDetector

public class CheckHyperlinkDetector
extends AbstractHyperlinkDetector

Author:
Darius Jockel - Initial contribution and API

Field Summary
 
Fields inherited from class org.eclipse.xtend.shared.ui.editor.navigation.AbstractHyperlinkDetector
_xxresource, editor
 
Constructor Summary
CheckHyperlinkDetector(org.eclipse.ui.IEditorPart editor)
           
 
Method Summary
 
Methods inherited from class org.eclipse.xtend.shared.ui.editor.navigation.AbstractHyperlinkDetector
computeContext, computeHyperlinkLabel, computeMatchesAndHyperlinks, createHyperlinkToImportedExtensions, detectHyperlinks, findOwningElement, getFile, getHyperlinkRegion, getWorkbenchPage, getXtendXpandProject, getXXResourceByName, useGenericHyplerlinkDetector
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckHyperlinkDetector

public CheckHyperlinkDetector(org.eclipse.ui.IEditorPart editor)