org.drools.eclipse.editors
Class RuleFlowGroupHyperlink

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

public class RuleFlowGroupHyperlink
extends Object
implements org.eclipse.jface.text.hyperlink.IHyperlink

hyperlink to ruleflow-group declaration.


Constructor Summary
RuleFlowGroupHyperlink(org.drools.lang.descr.AttributeDescr descr, ProcessInfo processInfo, List<org.jbpm.workflow.core.node.RuleSetNode> nodes)
           
 
Method Summary
 org.eclipse.jface.text.IRegion getHyperlinkRegion()
           
 String getHyperlinkText()
           
 String getTypeLabel()
           
 void open()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleFlowGroupHyperlink

public RuleFlowGroupHyperlink(org.drools.lang.descr.AttributeDescr descr,
                              ProcessInfo processInfo,
                              List<org.jbpm.workflow.core.node.RuleSetNode> nodes)
Method Detail

getHyperlinkRegion

public org.eclipse.jface.text.IRegion getHyperlinkRegion()
Specified by:
getHyperlinkRegion in interface org.eclipse.jface.text.hyperlink.IHyperlink

getTypeLabel

public String getTypeLabel()
Specified by:
getTypeLabel in interface org.eclipse.jface.text.hyperlink.IHyperlink

getHyperlinkText

public String getHyperlinkText()
Specified by:
getHyperlinkText in interface org.eclipse.jface.text.hyperlink.IHyperlink

open

public void open()
Specified by:
open in interface org.eclipse.jface.text.hyperlink.IHyperlink


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