Package org.contextmapper.dsl.ide
Class ContextMappingDSLIdeModule
- java.lang.Object
-
- org.eclipse.xtext.service.AbstractGenericModule
-
- org.eclipse.xtext.ide.DefaultIdeModule
-
- org.contextmapper.dsl.ide.AbstractContextMappingDSLIdeModule
-
- org.contextmapper.dsl.ide.ContextMappingDSLIdeModule
-
- All Implemented Interfaces:
com.google.inject.Module
public class ContextMappingDSLIdeModule extends AbstractContextMappingDSLIdeModule
Use this class to register ide components.
-
-
Constructor Summary
Constructors Constructor Description ContextMappingDSLIdeModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<? extends org.eclipse.xtext.ide.server.hover.HoverService>bindHoverService()java.lang.Class<? extends org.eclipse.xtext.ide.server.codeActions.ICodeActionService2>bindICodeActionService2()java.lang.Class<? extends org.eclipse.xtext.ide.server.commands.IExecutableCommandService>bindIExecutableCommandService()-
Methods inherited from class org.contextmapper.dsl.ide.AbstractContextMappingDSLIdeModule
bindIContentAssistParser, bindIPrefixMatcher, bindIProposalConflictHelper, bindIRenameService2, bindIRenameStrategy2, configureContentAssistLexer
-
Methods inherited from class org.eclipse.xtext.ide.DefaultIdeModule
bindIProjectConfigProvider, configureExecutorService, configureIResourceDescriptionsLiveScope
-
-
-
-
Method Detail
-
bindIExecutableCommandService
public java.lang.Class<? extends org.eclipse.xtext.ide.server.commands.IExecutableCommandService> bindIExecutableCommandService()
-
bindICodeActionService2
public java.lang.Class<? extends org.eclipse.xtext.ide.server.codeActions.ICodeActionService2> bindICodeActionService2()
-
bindHoverService
public java.lang.Class<? extends org.eclipse.xtext.ide.server.hover.HoverService> bindHoverService()
-
-