org.eclipse.ocl.examples.xtext.console
Class XtextConsoleUiModule

java.lang.Object
  extended by org.eclipse.xtext.service.AbstractGenericModule
      extended by org.eclipse.xtext.ui.DefaultUiModule
          extended by org.eclipse.ocl.examples.xtext.essentialocl.ui.AbstractEssentialOCLUiModule
              extended by org.eclipse.ocl.examples.xtext.essentialocl.ui.EssentialOCLUiModule
                  extended by org.eclipse.ocl.examples.xtext.console.XtextConsoleUiModule
All Implemented Interfaces:
com.google.inject.Module

public class XtextConsoleUiModule
extends EssentialOCLUiModule

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


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.ocl.examples.xtext.essentialocl.ui.EssentialOCLUiModule
EssentialOCLUiModule.Bug382088Workaround
 
Field Summary
 
Fields inherited from class org.eclipse.ocl.examples.xtext.essentialocl.ui.EssentialOCLUiModule
EDITOR_ID
 
Constructor Summary
XtextConsoleUiModule(org.eclipse.ui.plugin.AbstractUIPlugin plugin)
           
 
Method Summary
 java.lang.Class<? extends org.eclipse.xtext.ui.editor.contentassist.IContentAssistantFactory> bindIContentAssistantFactory()
          Enable Console to determine whether CompletionAssist is active or whether INputKey accelerators can be used.
 java.lang.Class<? extends org.eclipse.xtext.ui.resource.IResourceSetProvider> bindIResourceSetProvider()
           
 java.lang.Class<? extends org.eclipse.xtext.ui.editor.model.edit.IssueModificationContext> bindIssueModificationContext()
           
 
Methods inherited from class org.eclipse.ocl.examples.xtext.essentialocl.ui.EssentialOCLUiModule
bindStatefulFactory
 
Methods inherited from class org.eclipse.ocl.examples.xtext.essentialocl.ui.AbstractEssentialOCLUiModule
bindAbstractAntlrTokenToAttributeIdMapper, bindAbstractEditStrategyProvider, bindContentAssistContext$Factory, bindDocumentBasedDirtyResource, bindIContentAssistParser, bindIContentProposalProvider, bindIDependentElementsCalculator, bindIEObjectDocumentationProvider, bindIEObjectHover, bindIEObjectHoverProvider, bindIHighlightingConfiguration, bindILabelProvider, bindILocationInFileProvider, bindIOutlineTreeProvider, bindIOutlineTreeStructureProvider, bindIProposalConflictHelper, bindISemanticHighlightingCalculator, bindIssueResolutionProvider, bindITokenTypeToPartitionTypeMapper, bindIURIEditorOpener, bindIXtextEditorCallback, bindPrefixMatcher, bindXtextDocument, configureContentAssistLexer, configureContentAssistLexerProvider, configureHighlightingLexer, configureHighlightingTokenDefProvider, configureIResourceDescriptionsBuilderScope, configureIResourceDescriptionsPersisted, configureResourceUIServiceLabelProvider, provideIAllContainersState
 
Methods inherited from class org.eclipse.xtext.ui.DefaultUiModule
bindAdapterFactory, bindAdapterFactoryLabelProvider, bindComposedAdapterFactory$Descriptor$RegistryToInstance, bindContextTypeRegistry, bindIAllContainersState$Provider, bindIAnnotationHover, bindICharacterPairMatcher, bindICompletionProposalPostProcessor, bindIContentAssistProcessor, bindIContentFormatterFactory, bindIContentOutlinePage, bindIDocumentPartitioner, bindIExternalContentSupport$IExternalContentProvider, bindIHighlightingHelper, bindIHyperlinkDetector, bindIImageDescriptorHelper, bindIImageHelper, bindIIndentationInformation, bindIPartitionTokenScanner, bindIPreferenceStore, bindIPreferenceValuesProvider, bindIPresentationDamager, bindIPresentationRepairer, bindIReconciler, bindIResourceForEditorInputFactory, bindISingleLineCommentHelper, bindITemplateProposalProvider, bindITextHover, bindITokenScanner, bindITraceURIConverter, bindIWhitespaceInformationProvider, 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
 

Constructor Detail

XtextConsoleUiModule

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

bindIContentAssistantFactory

public java.lang.Class<? extends org.eclipse.xtext.ui.editor.contentassist.IContentAssistantFactory> bindIContentAssistantFactory()
Enable Console to determine whether CompletionAssist is active or whether INputKey accelerators can be used.

Overrides:
bindIContentAssistantFactory in class org.eclipse.xtext.ui.DefaultUiModule

bindIssueModificationContext

public java.lang.Class<? extends org.eclipse.xtext.ui.editor.model.edit.IssueModificationContext> bindIssueModificationContext()

bindIResourceSetProvider

public java.lang.Class<? extends org.eclipse.xtext.ui.resource.IResourceSetProvider> bindIResourceSetProvider()
Overrides:
bindIResourceSetProvider in class org.eclipse.xtext.ui.DefaultUiModule