org.eclipse.cdt.internal.ui.editor
Class CElementHyperlink

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.editor.CElementHyperlink
All Implemented Interfaces:
org.eclipse.jface.text.hyperlink.IHyperlink

public class CElementHyperlink
extends java.lang.Object
implements org.eclipse.jface.text.hyperlink.IHyperlink

C element hyperlink.

Since:
3.0

Constructor Summary
CElementHyperlink(org.eclipse.jface.text.IRegion region, org.eclipse.jface.action.IAction openAction)
          Creates a new Java element hyperlink.
 
Method Summary
 org.eclipse.jface.text.IRegion getHyperlinkRegion()
           
 java.lang.String getHyperlinkText()
           
 java.lang.String getTypeLabel()
           
 void open()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CElementHyperlink

public CElementHyperlink(org.eclipse.jface.text.IRegion region,
                         org.eclipse.jface.action.IAction openAction)
Creates a new Java element hyperlink.

Method Detail

getHyperlinkRegion

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

open

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

getTypeLabel

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

getHyperlinkText

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