org.eclipse.mofscript.editor.hyperlink
Class MofScriptLinkDetector

java.lang.Object
  extended by org.eclipse.mofscript.editor.hyperlink.MofScriptLinkDetector
All Implemented Interfaces:
org.eclipse.jface.text.hyperlink.IHyperlinkDetector

public class MofScriptLinkDetector
extends java.lang.Object
implements org.eclipse.jface.text.hyperlink.IHyperlinkDetector


Constructor Summary
MofScriptLinkDetector(MofScriptTextEditor editor)
           
 
Method Summary
 org.eclipse.jface.text.hyperlink.IHyperlink[] detectHyperlinks(org.eclipse.jface.text.ITextViewer viewer, org.eclipse.jface.text.IRegion region, boolean canShowMultipleHyperlinks)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MofScriptLinkDetector

public MofScriptLinkDetector(MofScriptTextEditor editor)
Method Detail

detectHyperlinks

public org.eclipse.jface.text.hyperlink.IHyperlink[] detectHyperlinks(org.eclipse.jface.text.ITextViewer viewer,
                                                                      org.eclipse.jface.text.IRegion region,
                                                                      boolean canShowMultipleHyperlinks)
Specified by:
detectHyperlinks in interface org.eclipse.jface.text.hyperlink.IHyperlinkDetector