Package org.openhab.core.model.thing.ide
Class ThingIdeModule
java.lang.Object
org.eclipse.xtext.service.AbstractGenericModule
org.eclipse.xtext.ide.DefaultIdeModule
org.openhab.core.model.thing.ide.AbstractThingIdeModule
org.openhab.core.model.thing.ide.ThingIdeModule
- All Implemented Interfaces:
com.google.inject.Module
Use this class to register ide components.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.openhab.core.model.thing.ide.AbstractThingIdeModule
bindIContentAssistParser, bindIPrefixMatcher, bindIProposalConflictHelper, bindIRenameService2, bindIRenameStrategy2, configureContentAssistLexer
Methods inherited from class org.eclipse.xtext.ide.DefaultIdeModule
bindIProjectConfigProvider, configureExecutorService, configureIResourceDescriptionsLiveScope
Methods inherited from class org.eclipse.xtext.service.AbstractGenericModule
bindProperties, configure, getBindings, tryBindProperties
-
Constructor Details
-
ThingIdeModule
public ThingIdeModule()
-