Class 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
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.eclipse.xtext.ui.editor.hyperlinking.HyperlinkHelper

        org.eclipse.xtext.ui.editor.hyperlinking.HyperlinkHelper.HyperlinkAcceptor
    • Method Summary

      • Methods inherited from class org.eclipse.xtext.ui.editor.hyperlinking.HyperlinkHelper

        createHyperlinksByOffset, createHyperlinksTo, createHyperlinksTo, getEObjectAtOffsetHelper, getHyperlinkProvider, getLabelProvider, getParentNodeWithCrossReference
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VtlHyperlinkHelper

        public VtlHyperlinkHelper()
        Creates an instance of this VtlHyperlinkHelper.