Package com._1c.g5.v8.dt.bsl.bm.ui
Class BmAwareBslUiModule
- java.lang.Object
-
- org.eclipse.xtext.service.AbstractGenericModule
-
- com._1c.g5.v8.dt.bsl.bm.ui.BmAwareBslUiModule
-
- All Implemented Interfaces:
com.google.inject.Module
public class BmAwareBslUiModule extends org.eclipse.xtext.service.AbstractGenericModule
-
-
Constructor Summary
Constructors Constructor Description BmAwareBslUiModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends org.eclipse.xtext.ui.editor.IXtextEditorCallback>
bindBmSessionManager()
Class<? extends ConfigurationObjectRenameSupport>
bindConfigurationObjectRenameSupport()
Class<? extends org.eclipse.xtext.ui.refactoring.ui.DefaultRenameSupport>
bindDefaultRenameSupport()
Class<? extends org.eclipse.xtext.ui.editor.DirtyStateEditorSupport>
bindDirtyStateEditorSupport()
Class<? extends IBslDeepAnalisysService>
bindIBslDeepAnalisysService()
Class<? extends org.eclipse.xtext.ui.refactoring.IDependentElementsCalculator>
bindIDependentElementsCalculator()
Class<? extends org.eclipse.xtext.ui.editor.occurrences.IOccurrenceComputer>
bindIOccurrenceComputer()
Class<? extends org.eclipse.xtext.findReferences.IReferenceFinder>
bindIReferenceFinder()
Class<? extends org.eclipse.xtext.ui.refactoring.IReferenceUpdater>
bindIReferenceUpdater()
Class<? extends org.eclipse.xtext.ui.refactoring.ui.IRenameContextFactory>
bindIRenameContextFactory()
Class<? extends org.eclipse.xtext.ui.refactoring.IRenameRefactoringProvider>
bindIRenameRefactoringProvider()
Class<? extends org.eclipse.xtext.ui.refactoring.IRenameStrategy>
bindIRenameStrategy()
Class<? extends org.eclipse.xtext.ui.refactoring.ui.IRenameSupport.Factory>
bindIRenameSupport$Factory()
Class<? extends org.eclipse.xtext.ui.resource.IResourceSetProvider>
bindIResourceSetProvider()
Class<? extends org.eclipse.xtext.ui.resource.IStorage2UriMapper>
bindIStorage2UriMapper()
Class<? extends org.eclipse.xtext.ui.editor.IURIEditorOpener>
bindIURIEditorOpener()
Class<? extends org.eclipse.xtext.ui.editor.findrefs.IReferenceFinder>
bindorg$eclipse$xtext$ui$editor$findrefs$IReferenceFinder()
Class<? extends org.eclipse.xtext.ui.editor.findrefs.OpenDocumentTracker>
bindorg$eclipse$xtext$ui$editor$findrefs$OpenDocumentTracker()
Class<? extends org.eclipse.xtext.ui.refactoring.ui.SyncUtil>
bindSyncUtil()
void
configureExternalServices(com.google.inject.Binder binder)
void
configureIPreferenceStoreInitializer(com.google.inject.Binder binder)
-
-
-
Method Detail
-
configureExternalServices
public void configureExternalServices(com.google.inject.Binder binder)
-
bindIStorage2UriMapper
public Class<? extends org.eclipse.xtext.ui.resource.IStorage2UriMapper> bindIStorage2UriMapper()
-
bindBmSessionManager
public Class<? extends org.eclipse.xtext.ui.editor.IXtextEditorCallback> bindBmSessionManager()
-
bindIResourceSetProvider
public Class<? extends org.eclipse.xtext.ui.resource.IResourceSetProvider> bindIResourceSetProvider()
-
bindIURIEditorOpener
public Class<? extends org.eclipse.xtext.ui.editor.IURIEditorOpener> bindIURIEditorOpener()
-
bindIReferenceFinder
public Class<? extends org.eclipse.xtext.findReferences.IReferenceFinder> bindIReferenceFinder()
-
bindIRenameContextFactory
public Class<? extends org.eclipse.xtext.ui.refactoring.ui.IRenameContextFactory> bindIRenameContextFactory()
-
bindIOccurrenceComputer
public Class<? extends org.eclipse.xtext.ui.editor.occurrences.IOccurrenceComputer> bindIOccurrenceComputer()
-
bindSyncUtil
public Class<? extends org.eclipse.xtext.ui.refactoring.ui.SyncUtil> bindSyncUtil()
-
bindDefaultRenameSupport
public Class<? extends org.eclipse.xtext.ui.refactoring.ui.DefaultRenameSupport> bindDefaultRenameSupport()
-
bindConfigurationObjectRenameSupport
public Class<? extends ConfigurationObjectRenameSupport> bindConfigurationObjectRenameSupport()
-
bindIRenameSupport$Factory
public Class<? extends org.eclipse.xtext.ui.refactoring.ui.IRenameSupport.Factory> bindIRenameSupport$Factory()
-
bindIRenameStrategy
public Class<? extends org.eclipse.xtext.ui.refactoring.IRenameStrategy> bindIRenameStrategy()
-
bindIRenameRefactoringProvider
public Class<? extends org.eclipse.xtext.ui.refactoring.IRenameRefactoringProvider> bindIRenameRefactoringProvider()
-
bindIDependentElementsCalculator
public Class<? extends org.eclipse.xtext.ui.refactoring.IDependentElementsCalculator> bindIDependentElementsCalculator()
-
configureIPreferenceStoreInitializer
public void configureIPreferenceStoreInitializer(com.google.inject.Binder binder)
-
bindDirtyStateEditorSupport
public Class<? extends org.eclipse.xtext.ui.editor.DirtyStateEditorSupport> bindDirtyStateEditorSupport()
-
bindorg$eclipse$xtext$ui$editor$findrefs$IReferenceFinder
public Class<? extends org.eclipse.xtext.ui.editor.findrefs.IReferenceFinder> bindorg$eclipse$xtext$ui$editor$findrefs$IReferenceFinder()
-
bindIBslDeepAnalisysService
public Class<? extends IBslDeepAnalisysService> bindIBslDeepAnalisysService()
-
bindorg$eclipse$xtext$ui$editor$findrefs$OpenDocumentTracker
public Class<? extends org.eclipse.xtext.ui.editor.findrefs.OpenDocumentTracker> bindorg$eclipse$xtext$ui$editor$findrefs$OpenDocumentTracker()
-
bindIReferenceUpdater
public Class<? extends org.eclipse.xtext.ui.refactoring.IReferenceUpdater> bindIReferenceUpdater()
-
-