org.eclipse.ocl.examples.xtext.completeocl.ui
Class CompleteOCLUiModule

java.lang.Object
  extended by org.eclipse.xtext.service.AbstractGenericModule
      extended by org.eclipse.xtext.ui.DefaultUiModule
          extended by org.eclipse.ocl.examples.xtext.completeocl.ui.AbstractCompleteOCLUiModule
              extended by org.eclipse.ocl.examples.xtext.completeocl.ui.CompleteOCLUiModule
All Implemented Interfaces:
com.google.inject.Module

public class CompleteOCLUiModule
extends AbstractCompleteOCLUiModule

Use this class to register components to be used within the IDE.


Nested Class Summary
static class CompleteOCLUiModule.Bug382088Workaround
           
 
Field Summary
static java.lang.String EDITOR_ID
           
static java.lang.String PLUGIN_ID
           
 
Constructor Summary
CompleteOCLUiModule(org.eclipse.ui.plugin.AbstractUIPlugin plugin)
           
 
Method Summary
 java.lang.Class<? extends org.eclipse.xtext.ui.editor.contentassist.antlr.ParserBasedContentAssistContextFactory.StatefulFactory> bindStatefulFactory()
           
 java.lang.Class<? extends org.eclipse.xtext.ui.editor.model.XtextDocumentProvider> bindXtextDocumentProvider()
           
 
Methods inherited from class org.eclipse.ocl.examples.xtext.completeocl.ui.AbstractCompleteOCLUiModule
bindAbstractAntlrTokenToAttributeIdMapper, bindAbstractEditStrategyProvider, bindContentAssistContext$Factory, bindDocumentBasedDirtyResource, bindIContentAssistParser, bindIContentProposalProvider, bindIDependentElementsCalculator, bindIEObjectDocumentationProvider, bindIEObjectHover, bindIEObjectHoverProvider, bindIHighlightingConfiguration, bindILabelProvider, bindILocationInFileProvider, bindIOutlineTreeProvider, bindIOutlineTreeStructureProvider, bindIProposalConflictHelper, bindISemanticHighlightingCalculator, bindIssueResolutionProvider, bindITokenTypeToPartitionTypeMapper, bindIURIEditorOpener, bindIXtextEditorCallback, bindPrefixMatcher, bindXtextDocument, bindXtextEditor, configureContentAssistLexer, configureContentAssistLexerProvider, configureHighlightingLexer, configureHighlightingTokenDefProvider, configureIResourceDescriptionsBuilderScope, configureIResourceDescriptionsPersisted, configureResourceUIServiceLabelProvider, configureString, provideIAllContainersState
 
Methods inherited from class org.eclipse.xtext.ui.DefaultUiModule
bindAdapterFactory, bindAdapterFactoryLabelProvider, bindComposedAdapterFactory$Descriptor$RegistryToInstance, bindContextTypeRegistry, bindCopyQualifiedNameService, bindIAllContainersState$Provider, bindIAnnotationHover, bindICharacterPairMatcher, bindICompletionProposalPostProcessor, bindIContentAssistantFactory, bindIContentAssistProcessor, bindIContentFormatterFactory, bindIContentOutlinePage, bindIDocumentPartitioner, bindIExternalContentSupport$IExternalContentProvider, bindIHighlightingHelper, bindIHyperlinkDetector, bindIImageDescriptorHelper, bindIImageHelper, bindIIndentationInformation, bindIPartitionTokenScanner, bindIPreferenceStore, bindIPreferenceValuesProvider, bindIPresentationDamager, bindIPresentationRepairer, bindIReconciler, bindIResourceForEditorInputFactory, bindIResourceSetProvider, bindISingleLineCommentHelper, bindITemplateProposalProvider, bindITextHover, bindITokenScanner, bindITraceURIConverter, bindIWhitespaceInformationProvider, bindMarkerContributor, bindMarkerTypeProvider, bindOutlineFilterAndSorter$IComparator, bindTemplateStore, configure, configureBracketMatchingAction, configureContentProposalLabelProvider, configureHyperlinkLabelProvider, configureIOutlineContribution$Composite, configureIResourceDescriptionsLiveScope, configureLanguageSpecificURIEditorOpener, configureMarkOccurrencesAction, configureSmartCaretPreferenceInitializer, 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
 

Field Detail

PLUGIN_ID

public static final java.lang.String PLUGIN_ID
See Also:
Constant Field Values

EDITOR_ID

public static final java.lang.String EDITOR_ID
See Also:
Constant Field Values
Constructor Detail

CompleteOCLUiModule

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

bindXtextDocumentProvider

public java.lang.Class<? extends org.eclipse.xtext.ui.editor.model.XtextDocumentProvider> bindXtextDocumentProvider()

bindStatefulFactory

public java.lang.Class<? extends org.eclipse.xtext.ui.editor.contentassist.antlr.ParserBasedContentAssistContextFactory.StatefulFactory> bindStatefulFactory()