org.drools.eclipse.editors
Class DRLHyperlinkDetector

java.lang.Object
  extended by org.drools.eclipse.editors.DRLHyperlinkDetector
All Implemented Interfaces:
org.eclipse.jface.text.hyperlink.IHyperlinkDetector

public class DRLHyperlinkDetector
extends Object
implements org.eclipse.jface.text.hyperlink.IHyperlinkDetector

DRL element hyperlink detector.


Constructor Summary
DRLHyperlinkDetector(AbstractRuleEditor editor)
           
 
Method Summary
protected  org.eclipse.jface.text.hyperlink.IHyperlink[] createHyperlinks(org.drools.lang.descr.AttributeDescr descr)
           
 org.eclipse.jface.text.hyperlink.IHyperlink[] detectHyperlinks(org.eclipse.jface.text.ITextViewer textViewer, org.eclipse.jface.text.IRegion region, boolean canShowMultipleHyperlinks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRLHyperlinkDetector

public DRLHyperlinkDetector(AbstractRuleEditor editor)
Method Detail

detectHyperlinks

public 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

createHyperlinks

protected org.eclipse.jface.text.hyperlink.IHyperlink[] createHyperlinks(org.drools.lang.descr.AttributeDescr descr)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.