Uses of Interface
net.ssehub.easy.dslCore.ui.hyperlinking.IHyperlinkFactory
-
Packages that use IHyperlinkFactory Package Description de.uni_hildesheim.sse.ui.hyperlinking VIL hyperlinking.de.uni_hildesheim.sse.vil.templatelang.ui.hyperlinking VTL hyperlinking.net.ssehub.easy.dslCore.ui.hyperlinking Generic hyperlinking. -
-
Uses of IHyperlinkFactory in de.uni_hildesheim.sse.ui.hyperlinking
Classes in de.uni_hildesheim.sse.ui.hyperlinking that implement IHyperlinkFactory Modifier and Type Class Description classIvmlHyperlinkFactoryA IVML hyperlink factory.classVilHyperlinkFactoryVIL hyperlink factory. -
Uses of IHyperlinkFactory in de.uni_hildesheim.sse.vil.templatelang.ui.hyperlinking
Classes in de.uni_hildesheim.sse.vil.templatelang.ui.hyperlinking that implement IHyperlinkFactory Modifier and Type Class Description classVtlHyperlinkFactoryVIL hyperlink factory. -
Uses of IHyperlinkFactory in net.ssehub.easy.dslCore.ui.hyperlinking
Fields in net.ssehub.easy.dslCore.ui.hyperlinking declared as IHyperlinkFactory Modifier and Type Field Description private IHyperlinkFactory<P>GenericHyperlink. factoryprivate IHyperlinkFactory<P>GenericHyperlinkHelper. hyperlinkFactoryConstructors in net.ssehub.easy.dslCore.ui.hyperlinking with parameters of type IHyperlinkFactory Constructor Description GenericHyperlink(org.eclipse.xtext.nodemodel.ILeafNode parseTreeElement, P project, IHyperlinkFactory<P> factory)Creates an instance of thisGenericHyperlinkfor the givenILeafNodewhich enables the jump to the element's declaration the node represents.GenericHyperlinkHelper(IEcoreModelQuery<P,?> modelQuery, IHyperlinkFactory<P> hyperlinkFactory)Creates an instance of thisGenericHyperlinkHelper.
-