org.eclipse.mylar.internal.java.ui.editor
Class AbstractEditorHyperlinkDetector

java.lang.Object
  extended by org.eclipse.mylar.internal.java.ui.editor.AbstractEditorHyperlinkDetector
All Implemented Interfaces:
org.eclipse.jface.text.hyperlink.IHyperlinkDetector

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

Author:
Mik Kersten

Field Summary
private  org.eclipse.ui.texteditor.ITextEditor editor
           
 
Constructor Summary
AbstractEditorHyperlinkDetector()
           
 
Method Summary
abstract  org.eclipse.jface.text.hyperlink.IHyperlink[] detectHyperlinks(org.eclipse.jface.text.ITextViewer textViewer, org.eclipse.jface.text.IRegion region, boolean canShowMultipleHyperlinks)
           
 org.eclipse.ui.texteditor.ITextEditor getEditor()
           
 void setEditor(org.eclipse.ui.texteditor.ITextEditor editor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

editor

private org.eclipse.ui.texteditor.ITextEditor editor
Constructor Detail

AbstractEditorHyperlinkDetector

public AbstractEditorHyperlinkDetector()
Method Detail

detectHyperlinks

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

getEditor

public org.eclipse.ui.texteditor.ITextEditor getEditor()

setEditor

public void setEditor(org.eclipse.ui.texteditor.ITextEditor editor)