Class TemplateLangUiModule

  • All Implemented Interfaces:
    com.google.inject.Module

    public class TemplateLangUiModule
    extends de.uni_hildesheim.sse.vil.templatelang.ui.AbstractTemplateLangUiModule
    Use this class to register components to be used within the IDE.
    • Constructor Summary

      Constructors 
      Constructor Description
      TemplateLangUiModule​(org.eclipse.ui.plugin.AbstractUIPlugin plugin)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfiguration> bindIHighlightingConfiguration()
      Bind the initial configuration of the highlighting (bold) for the customized highlighting.
      java.lang.Class<? extends org.eclipse.xtext.ui.editor.hyperlinking.IHyperlinkHelper> bindIHyperlinkHelper()
      Binds the custom VTL hyperlink helper for the creation of the com.google.inject.Bindery.
      java.lang.Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.ISemanticHighlightingCalculator> bindISemanticHighlightingCalculator()
      Bind the actual highlighting (what and how to highlight).
      • Methods inherited from class de.uni_hildesheim.sse.vil.templatelang.ui.AbstractTemplateLangUiModule

        bindContentAssistContext$Factory, bindDocumentBasedDirtyResource, bindIContentAssistParser, bindIContentProposalProvider, bindIContextualOutputConfigurationProvider, bindIDependentElementsCalculator, bindILabelProvider, bindIOutlineTreeProvider, bindIOutlineTreeStructureProvider, bindIPartialContentAssistParser, bindIProposalConflictHelper, bindIReferenceUpdater, bindIRenameRefactoringProvider, bindIRenameStrategy, bindIRenameSupport$Factory, bindIssueResolutionProvider, bindIViewerCreator, bindIWorkspaceRootToInstance, bindIXtextBuilderParticipant, bindIXtextEditorCallback, bindLanguageRegistrar, bindPrefixMatcher, bindXtextTemplatePreferencePage, configureBuilderPreferenceStoreInitializer, configureCompareViewerTitle, configureContentAssistLexer, configureContentAssistLexerProvider, configureHighlightingLexer, configureHighlightingTokenDefProvider, configureIPreferenceStoreInitializer, configureIResourceDescriptionsBuilderScope, configureIResourceDescriptionsPersisted, configureResourceUIServiceLabelProvider, provideIAllContainersState, provideLanguageRegistry, provideTemplatesLanguageConfiguration
      • Methods inherited from class org.eclipse.xtext.common.types.ui.DefaultCommonTypesUiModule

        bindAbstractJavaBasedContentProposalProvider$ReferenceProposalCreator, bindAbstractTypeScopeProvider, bindClassLoaderToInstance, bindDirtyStateEditorSupport, bindIJavaProjectProvider, bindIJavaSearchParticipation, bindIJvmTypeProvider$Factory, bindITypesProposalProvider, bindIValidationJobScheduler, bindRefactoringResourceSetProvider
      • Methods inherited from class org.eclipse.xtext.ui.DefaultUiModule

        bindAbstractEditStrategyProvider, bindAdapterFactory, bindAdapterFactoryLabelProvider, bindComposedAdapterFactory$Descriptor$RegistryToInstance, bindContextTypeRegistry, bindCopyQualifiedNameService, bindIAllContainersState$Provider, bindIAnnotationHover, bindIBracePairProvider, bindIBuildPreferenceEvaluator, bindICharacterPairMatcher, bindICompletionProposalPostProcessor, bindIContentAssistantFactory, bindIContentAssistProcessor, bindIContentFormatterFactory, bindIContentOutlinePage, bindICopyQualifiedNameService, bindIDocumentPartitioner, bindIEObjectHover, bindIExternalContentSupport$IExternalContentProvider, bindIHighlightingHelper, bindIHyperlinkDetector, bindIImageDescriptorHelper, bindIImageHelper, bindIIndentationInformation, bindIPartitionTokenScanner, bindIPreferenceStore, bindIPreferenceValuesProvider, bindIPresentationDamager, bindIPresentationRepairer, bindIReconciler, bindIResourceForEditorInputFactory, bindIResourceSetProvider, bindIShouldGenerate, bindISingleLineCommentHelper, bindITemplateProposalProvider, bindITextHover, bindITokenScanner, bindIWhitespaceInformationProvider, bindMarkerContributor, bindMarkerTypeProvider, bindOutlineFilterAndSorter$IComparator, bindProjectConfigProvider, bindTemplateStore, configure, configureBracketMatchingAction, configureContentProposalLabelProvider, configureHyperlinkLabelProvider, configureIOutlineContribution$Composite, configureIQuickOutlineContribution$Composite, configureIResourceDescriptionsLiveScope, configureIssueCodesPreferenceInitializer, configureLanguageSpecificURIEditorOpener, configureMarkOccurrencesAction, configureSmartCaretPreferenceInitializer, configureSpellChecker, configureToggleLinkWithEditorOutlineContribution, configureToggleSortingOutlineContribution, configureUiEncodingProvider, configureXtextEditorErrorTickUpdater
      • Methods inherited from class org.eclipse.xtext.service.AbstractGenericModule

        bindProperties, getBindings, tryBindProperties
      • Methods inherited from class java.lang.Object

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

      • TemplateLangUiModule

        public TemplateLangUiModule​(org.eclipse.ui.plugin.AbstractUIPlugin plugin)
    • Method Detail

      • bindIHighlightingConfiguration

        public java.lang.Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfiguration> bindIHighlightingConfiguration()
        Bind the initial configuration of the highlighting (bold) for the customized highlighting. May be overridden by the user's preferences stored by Eclipse.
        Returns:
        the class which defines the initial configuration
      • bindISemanticHighlightingCalculator

        public java.lang.Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.ISemanticHighlightingCalculator> bindISemanticHighlightingCalculator()
        Bind the actual highlighting (what and how to highlight).
        Returns:
        the class which determines what and how to highlight
      • bindIHyperlinkHelper

        public java.lang.Class<? extends org.eclipse.xtext.ui.editor.hyperlinking.IHyperlinkHelper> bindIHyperlinkHelper()
        Binds the custom VTL hyperlink helper for the creation of the com.google.inject.Bindery. This enables the creation of hyperlinks for VTL-elements in an VTL-file and the custom reaction on selecting these Hyperlinks (or pressing F3), e.g. showing the element's declaration.
        Overrides:
        bindIHyperlinkHelper in class org.eclipse.xtext.common.types.ui.DefaultCommonTypesUiModule