Class VtlHyperlinkHelper
- java.lang.Object
-
- org.eclipse.xtext.ui.editor.hyperlinking.HyperlinkHelper
-
- net.ssehub.easy.dslCore.ui.hyperlinking.GenericHyperlinkHelper<de.uni_hildesheim.sse.vil.templatelang.templateLang.LanguageUnit>
-
- de.uni_hildesheim.sse.vil.templatelang.ui.hyperlinking.VtlHyperlinkHelper
-
- All Implemented Interfaces:
org.eclipse.xtext.ui.editor.hyperlinking.IHyperlinkHelper
public class VtlHyperlinkHelper extends GenericHyperlinkHelper<de.uni_hildesheim.sse.vil.templatelang.templateLang.LanguageUnit>
This class enables the creation of hyperlinks for any VIL-element in an VIL-file if the user selects such an element either via pressing the "F3"-key or by clicking on that element while pressing the "CTRL"-key.- Author:
- Holger Eichelberger
-
-
Constructor Summary
Constructors Constructor Description VtlHyperlinkHelper()Creates an instance of thisVtlHyperlinkHelper.
-
Method Summary
-
Methods inherited from class net.ssehub.easy.dslCore.ui.hyperlinking.GenericHyperlinkHelper
createHyperlinksByOffset
-
-
-
-
Constructor Detail
-
VtlHyperlinkHelper
public VtlHyperlinkHelper()
Creates an instance of thisVtlHyperlinkHelper.
-
-