org.eclipse.xtext.xtend2.ui
Class AbstractXtend2UiModule

java.lang.Object
  extended by org.eclipse.xtext.service.AbstractGenericModule
      extended by org.eclipse.xtext.ui.DefaultUiModule
          extended by org.eclipse.xtext.xtend2.ui.AbstractXtend2UiModule
All Implemented Interfaces:
com.google.inject.Module
Direct Known Subclasses:
Xtend2UiModule

public abstract class AbstractXtend2UiModule
extends DefaultUiModule

Manual modifications go to {org.eclipse.xtext.xtend2.ui.Xtend2UiModule}


Constructor Summary
AbstractXtend2UiModule(org.eclipse.ui.plugin.AbstractUIPlugin plugin)
           
 
Method Summary
 java.lang.Class<? extends AbstractAntlrTokenToAttributeIdMapper> bindAbstractAntlrTokenToAttributeIdMapper()
           
 java.lang.Class<? extends AbstractJavaBasedContentProposalProvider.ReferenceProposalCreator> bindAbstractJavaBasedContentProposalProvider$ReferenceProposalCreator()
           
 java.lang.Class<? extends AbstractTypeScopeProvider> bindAbstractTypeScopeProvider()
           
 java.lang.ClassLoader bindClassLoaderToInstance()
           
 java.lang.Class<? extends ContentAssistContext.Factory> bindContentAssistContext$Factory()
           
 java.lang.Class<? extends DocumentBasedDirtyResource> bindDocumentBasedDirtyResource()
           
 java.lang.Class<? extends FindReferenceQueryDataFactory> bindFindReferenceQueryDataFactory()
           
 java.lang.Class<? extends IContentAssistParser> bindIContentAssistParser()
           
 java.lang.Class<? extends org.eclipse.jface.text.contentassist.IContentAssistProcessor> bindIContentAssistProcessor()
           
 java.lang.Class<? extends IContentProposalProvider> bindIContentProposalProvider()
           
 java.lang.Class<? extends IDependentElementsCalculator> bindIDependentElementsCalculator()
           
 java.lang.Class<? extends IEObjectHoverProvider> bindIEObjectHoverProvider()
           
 java.lang.Class<? extends IHyperlinkHelper> bindIHyperlinkHelper()
           
 java.lang.Class<? extends IJavaProjectProvider> bindIJavaProjectProvider()
           
 java.lang.Class<? extends IJvmTypeProvider.Factory> bindIJvmTypeProvider$Factory()
           
 java.lang.Class<? extends org.eclipse.jface.viewers.ILabelProvider> bindILabelProvider()
           
 java.lang.Class<? extends IOutlineTreeProvider> bindIOutlineTreeProvider()
           
 java.lang.Class<? extends IOutlineTreeStructureProvider> bindIOutlineTreeStructureProvider()
           
 java.lang.Class<? extends IProposalConflictHelper> bindIProposalConflictHelper()
           
 java.lang.Class<? extends IReferenceUpdater> bindIReferenceUpdater()
           
 java.lang.Class<? extends IRenameProcessorAdapter.Factory> bindIRenameProcessorAdapter$Factory()
           
 java.lang.Class<? extends IRenameRefactoringProvider> bindIRenameRefactoringProvider()
           
 java.lang.Class<? extends IRenameStrategy.Provider> bindIRenameStrategy$Provider()
           
 java.lang.Class<? extends IRenameSupport.Factory> bindIRenameSupport$Factory()
           
 java.lang.Class<? extends ISemanticHighlightingCalculator> bindISemanticHighlightingCalculator()
           
 java.lang.Class<? extends IssueResolutionProvider> bindIssueResolutionProvider()
           
 java.lang.Class<? extends ITypesProposalProvider> bindITypesProposalProvider()
           
 java.lang.Class<? extends org.eclipse.compare.IViewerCreator> bindIViewerCreator()
           
 java.lang.Class<? extends IXtextEditorCallback> bindIXtextEditorCallback()
           
 java.lang.Class<? extends PrefixMatcher> bindPrefixMatcher()
           
 java.lang.Class<? extends RefactoringReferenceQueryDataFactory> bindRefactoringReferenceQueryDataFactory()
           
 java.lang.Class<? extends RefactoringResourceSetProvider> bindRefactoringResourceSetProvider()
           
 java.lang.Class<? extends RenameElementHandler> bindRenameElementHandler()
           
 void configureContentAssistLexer(com.google.inject.Binder binder)
           
 void configureContentAssistLexerProvider(com.google.inject.Binder binder)
           
 void configureHighlightingLexer(com.google.inject.Binder binder)
           
 void configureHighlightingTokenDefProvider(com.google.inject.Binder binder)
           
 void configureIResourceDescriptionsBuilderScope(com.google.inject.Binder binder)
           
 void configureIResourceDescriptionsPersisted(com.google.inject.Binder binder)
           
 void configureResourceUIServiceLabelProvider(com.google.inject.Binder binder)
           
 com.google.inject.Provider<IAllContainersState> provideIAllContainersState()
           
 
Methods inherited from class org.eclipse.xtext.ui.DefaultUiModule
bindAbstractEditStrategyProvider, bindAdapterFactory, bindAdapterFactoryLabelProvider, bindComposedAdapterFactory$Descriptor$RegistryToInstance, bindContextTypeRegistry, bindIAllContainersState$Provider, bindIAnnotationHover, bindICharacterPairMatcher, bindICompletionProposalPostProcessor, bindIContentAssistantFactory, bindIContentFormatterFactory, bindIContentOutlinePage, bindIDocumentPartitioner, bindIEObjectHover, bindIExternalContentSupport$IExternalContentProvider, bindIHighlightingHelper, bindIHyperlinkDetector, bindIImageHelper, bindIIndentationInformation, bindIPartitionTokenScanner, bindIPreferenceStore, bindIPresentationDamager, bindIPresentationRepairer, bindIReconciler, bindIResourceForEditorInputFactory, bindIResourceSetProvider, bindISingleLineCommentHelper, bindITemplateProposalProvider, bindITextHover, bindITokenScanner, bindOutlineFilterAndSorter$IComparator, bindTemplateStore, configure, configureBracketMatchingAction, configureContentProposalLabelProvider, configureHyperlinkLabelProvider, configureIOutlineContribution$Composite, configureLanguageSpecificURIEditorOpener, configureMarkOccurrencesAction, 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

AbstractXtend2UiModule

public AbstractXtend2UiModule(org.eclipse.ui.plugin.AbstractUIPlugin plugin)
Method Detail

provideIAllContainersState

public com.google.inject.Provider<IAllContainersState> provideIAllContainersState()

bindIProposalConflictHelper

public java.lang.Class<? extends IProposalConflictHelper> bindIProposalConflictHelper()

configureHighlightingLexer

public void configureHighlightingLexer(com.google.inject.Binder binder)

configureHighlightingTokenDefProvider

public void configureHighlightingTokenDefProvider(com.google.inject.Binder binder)

configureIResourceDescriptionsBuilderScope

public void configureIResourceDescriptionsBuilderScope(com.google.inject.Binder binder)

bindIXtextEditorCallback

public java.lang.Class<? extends IXtextEditorCallback> bindIXtextEditorCallback()

configureIResourceDescriptionsPersisted

public void configureIResourceDescriptionsPersisted(com.google.inject.Binder binder)

bindDocumentBasedDirtyResource

public java.lang.Class<? extends DocumentBasedDirtyResource> bindDocumentBasedDirtyResource()

bindIssueResolutionProvider

public java.lang.Class<? extends IssueResolutionProvider> bindIssueResolutionProvider()
Overrides:
bindIssueResolutionProvider in class DefaultUiModule

bindILabelProvider

public java.lang.Class<? extends org.eclipse.jface.viewers.ILabelProvider> bindILabelProvider()
Overrides:
bindILabelProvider in class DefaultUiModule

configureResourceUIServiceLabelProvider

public void configureResourceUIServiceLabelProvider(com.google.inject.Binder binder)
Overrides:
configureResourceUIServiceLabelProvider in class DefaultUiModule

bindIOutlineTreeProvider

public java.lang.Class<? extends IOutlineTreeProvider> bindIOutlineTreeProvider()

bindIOutlineTreeStructureProvider

public java.lang.Class<? extends IOutlineTreeStructureProvider> bindIOutlineTreeStructureProvider()

bindIViewerCreator

public java.lang.Class<? extends org.eclipse.compare.IViewerCreator> bindIViewerCreator()

bindIContentProposalProvider

public java.lang.Class<? extends IContentProposalProvider> bindIContentProposalProvider()

bindContentAssistContext$Factory

public java.lang.Class<? extends ContentAssistContext.Factory> bindContentAssistContext$Factory()

bindIContentAssistParser

public java.lang.Class<? extends IContentAssistParser> bindIContentAssistParser()

configureContentAssistLexerProvider

public void configureContentAssistLexerProvider(com.google.inject.Binder binder)

configureContentAssistLexer

public void configureContentAssistLexer(com.google.inject.Binder binder)

bindRenameElementHandler

public java.lang.Class<? extends RenameElementHandler> bindRenameElementHandler()

bindIRenameRefactoringProvider

public java.lang.Class<? extends IRenameRefactoringProvider> bindIRenameRefactoringProvider()

bindIRenameProcessorAdapter$Factory

public java.lang.Class<? extends IRenameProcessorAdapter.Factory> bindIRenameProcessorAdapter$Factory()

bindIRenameSupport$Factory

public java.lang.Class<? extends IRenameSupport.Factory> bindIRenameSupport$Factory()

bindClassLoaderToInstance

public java.lang.ClassLoader bindClassLoaderToInstance()

bindIJvmTypeProvider$Factory

public java.lang.Class<? extends IJvmTypeProvider.Factory> bindIJvmTypeProvider$Factory()

bindAbstractTypeScopeProvider

public java.lang.Class<? extends AbstractTypeScopeProvider> bindAbstractTypeScopeProvider()

bindITypesProposalProvider

public java.lang.Class<? extends ITypesProposalProvider> bindITypesProposalProvider()

bindIJavaProjectProvider

public java.lang.Class<? extends IJavaProjectProvider> bindIJavaProjectProvider()

bindIHyperlinkHelper

public java.lang.Class<? extends IHyperlinkHelper> bindIHyperlinkHelper()

bindPrefixMatcher

public java.lang.Class<? extends PrefixMatcher> bindPrefixMatcher()

bindAbstractAntlrTokenToAttributeIdMapper

public java.lang.Class<? extends AbstractAntlrTokenToAttributeIdMapper> bindAbstractAntlrTokenToAttributeIdMapper()

bindAbstractJavaBasedContentProposalProvider$ReferenceProposalCreator

public java.lang.Class<? extends AbstractJavaBasedContentProposalProvider.ReferenceProposalCreator> bindAbstractJavaBasedContentProposalProvider$ReferenceProposalCreator()

bindIContentAssistProcessor

public java.lang.Class<? extends org.eclipse.jface.text.contentassist.IContentAssistProcessor> bindIContentAssistProcessor()
Overrides:
bindIContentAssistProcessor in class DefaultUiModule

bindISemanticHighlightingCalculator

public java.lang.Class<? extends ISemanticHighlightingCalculator> bindISemanticHighlightingCalculator()

bindIEObjectHoverProvider

public java.lang.Class<? extends IEObjectHoverProvider> bindIEObjectHoverProvider()

bindFindReferenceQueryDataFactory

public java.lang.Class<? extends FindReferenceQueryDataFactory> bindFindReferenceQueryDataFactory()

bindIDependentElementsCalculator

public java.lang.Class<? extends IDependentElementsCalculator> bindIDependentElementsCalculator()

bindRefactoringReferenceQueryDataFactory

public java.lang.Class<? extends RefactoringReferenceQueryDataFactory> bindRefactoringReferenceQueryDataFactory()

bindIReferenceUpdater

public java.lang.Class<? extends IReferenceUpdater> bindIReferenceUpdater()

bindIRenameStrategy$Provider

public java.lang.Class<? extends IRenameStrategy.Provider> bindIRenameStrategy$Provider()

bindRefactoringResourceSetProvider

public java.lang.Class<? extends RefactoringResourceSetProvider> bindRefactoringResourceSetProvider()