Class ModuleElementHyperlink
java.lang.Object
org.eclipse.epsilon.common.dt.editor.hyperlinks.ModuleElementHyperlink
- All Implemented Interfaces:
org.eclipse.jface.text.hyperlink.IHyperlink
public class ModuleElementHyperlink
extends Object
implements org.eclipse.jface.text.hyperlink.IHyperlink
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected org.eclipse.jface.text.IRegion
protected ModuleElement
-
Constructor Summary
ConstructorsConstructorDescriptionModuleElementHyperlink
(org.eclipse.jface.text.IRegion region, ModuleElement target, String label) -
Method Summary
-
Field Details
-
region
protected org.eclipse.jface.text.IRegion region -
target
-
label
-
-
Constructor Details
-
ModuleElementHyperlink
public ModuleElementHyperlink(org.eclipse.jface.text.IRegion region, ModuleElement target, String label)
-
-
Method Details
-
getHyperlinkRegion
public org.eclipse.jface.text.IRegion getHyperlinkRegion()- Specified by:
getHyperlinkRegion
in interfaceorg.eclipse.jface.text.hyperlink.IHyperlink
-
getTypeLabel
- Specified by:
getTypeLabel
in interfaceorg.eclipse.jface.text.hyperlink.IHyperlink
-
getHyperlinkText
- Specified by:
getHyperlinkText
in interfaceorg.eclipse.jface.text.hyperlink.IHyperlink
-
open
public void open()- Specified by:
open
in interfaceorg.eclipse.jface.text.hyperlink.IHyperlink
-