org.eclipse.ocl.examples.xtext.oclinecore.ui
Class OCLinEcoreUiModule

java.lang.Object
  extended by org.eclipse.xtext.service.AbstractGenericModule
      extended by org.eclipse.xtext.ui.DefaultUiModule
          extended by org.eclipse.ocl.examples.xtext.oclinecore.ui.AbstractOCLinEcoreUiModule
              extended by org.eclipse.ocl.examples.xtext.oclinecore.ui.OCLinEcoreUiModule
All Implemented Interfaces:
com.google.inject.Module

public class OCLinEcoreUiModule
extends AbstractOCLinEcoreUiModule

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


Constructor Summary
OCLinEcoreUiModule(org.eclipse.ui.plugin.AbstractUIPlugin plugin)
           
 
Method Summary
 java.lang.Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.AbstractAntlrTokenToAttributeIdMapper> bindAbstractAntlrTokenToAttributeIdMapper()
           
 java.lang.Class<? extends org.eclipse.xtext.ui.editor.hover.DispatchingEObjectTextHover> bindDispatchingEObjectTextHover()
           
 java.lang.Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfiguration> bindIHighlightingConfiguration()
           
 java.lang.Class<? extends org.eclipse.xtext.resource.ILocationInFileProvider> bindILocationInFileProvider()
           
 java.lang.Class<? extends org.eclipse.xtext.ui.editor.findrefs.IReferenceFinder> bindIReferenceFinder()
           
 java.lang.Class<? extends org.eclipse.xtext.ui.editor.model.IResourceForEditorInputFactory> bindIResourceForEditorInputFactory()
           
 java.lang.Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.ISemanticHighlightingCalculator> bindISemanticHighlightingCalculator()
           
 java.lang.Class<? extends org.eclipse.xtext.ui.editor.model.ITokenTypeToPartitionTypeMapper> bindITokenTypeToPartitionTypeMapper()
           
 java.lang.Class<? extends org.eclipse.xtext.ui.editor.IURIEditorOpener> bindIURIEditorOpener()
           
 java.lang.Class<? extends org.eclipse.xtext.ui.editor.IXtextEditorCallback> bindIXtextEditorCallback()
           
 java.lang.Class<? extends org.eclipse.xtext.ui.editor.model.XtextDocument> bindXtextDocument()
           
 java.lang.Class<? extends org.eclipse.xtext.ui.editor.model.XtextDocumentProvider> bindXtextDocumentProvider()
           
static java.lang.String getString(java.lang.String key, boolean translate)
          Return the optionally translated value of a plugin.properties key.
static java.lang.String getString(java.lang.String key, java.lang.Object[] substitutions, boolean translate)
          Return the optionally translated value of a plugin.properties key with substitutions.
 
Methods inherited from class org.eclipse.ocl.examples.xtext.oclinecore.ui.AbstractOCLinEcoreUiModule
bindContentAssistContext$Factory, bindDocumentBasedDirtyResource, bindIContentAssistParser, bindIContentProposalProvider, bindIDependentElementsCalculator, bindILabelProvider, bindIOutlineTreeProvider, bindIOutlineTreeStructureProvider, bindIProposalConflictHelper, bindIssueResolutionProvider, bindPrefixMatcher, configureContentAssistLexer, configureContentAssistLexerProvider, configureHighlightingLexer, configureHighlightingTokenDefProvider, configureIResourceDescriptionsBuilderScope, configureIResourceDescriptionsPersisted, configureResourceUIServiceLabelProvider, provideIAllContainersState
 
Methods inherited from class org.eclipse.xtext.ui.DefaultUiModule
bindAbstractEditStrategyProvider, bindAdapterFactory, bindAdapterFactoryLabelProvider, bindComposedAdapterFactory$Descriptor$RegistryToInstance, bindContextTypeRegistry, bindIAllContainersState$Provider, bindIAnnotationHover, bindICharacterPairMatcher, bindICompletionProposalPostProcessor, bindIContentAssistantFactory, bindIContentAssistProcessor, bindIContentFormatterFactory, bindIContentOutlinePage, bindIDocumentPartitioner, bindIEObjectHover, bindIExternalContentSupport$IExternalContentProvider, bindIHighlightingHelper, bindIHyperlinkDetector, bindIImageHelper, bindIIndentationInformation, bindIPartitionTokenScanner, bindIPreferenceStore, bindIPresentationDamager, bindIPresentationRepairer, bindIReconciler, bindIResourceSetProvider, bindISingleLineCommentHelper, bindITemplateProposalProvider, bindITextHover, bindITokenScanner, bindOutlineFilterAndSorter$IComparator, bindTemplateStore, configure, configureBracketMatchingAction, configureContentProposalLabelProvider, configureHyperlinkLabelProvider, configureIOutlineContribution$Composite, configureIResourceDescriptionsLiveScope, configureLanguageSpecificURIEditorOpener, configureMarkOccurrencesAction, 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

OCLinEcoreUiModule

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

getString

public static java.lang.String getString(java.lang.String key,
                                         boolean translate)
Return the optionally translated value of a plugin.properties key.


getString

public static java.lang.String getString(java.lang.String key,
                                         java.lang.Object[] substitutions,
                                         boolean translate)
Return the optionally translated value of a plugin.properties key with substitutions.


bindDispatchingEObjectTextHover

public java.lang.Class<? extends org.eclipse.xtext.ui.editor.hover.DispatchingEObjectTextHover> bindDispatchingEObjectTextHover()

bindITokenTypeToPartitionTypeMapper

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

bindXtextDocument

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

bindXtextDocumentProvider

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

bindAbstractAntlrTokenToAttributeIdMapper

public java.lang.Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.AbstractAntlrTokenToAttributeIdMapper> bindAbstractAntlrTokenToAttributeIdMapper()

bindILocationInFileProvider

public java.lang.Class<? extends org.eclipse.xtext.resource.ILocationInFileProvider> bindILocationInFileProvider()

bindISemanticHighlightingCalculator

public java.lang.Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.ISemanticHighlightingCalculator> bindISemanticHighlightingCalculator()

bindIHighlightingConfiguration

public java.lang.Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfiguration> bindIHighlightingConfiguration()

bindIReferenceFinder

public java.lang.Class<? extends org.eclipse.xtext.ui.editor.findrefs.IReferenceFinder> bindIReferenceFinder()

bindIResourceForEditorInputFactory

public java.lang.Class<? extends org.eclipse.xtext.ui.editor.model.IResourceForEditorInputFactory> bindIResourceForEditorInputFactory()
Overrides:
bindIResourceForEditorInputFactory in class org.eclipse.xtext.ui.DefaultUiModule

bindIURIEditorOpener

public java.lang.Class<? extends org.eclipse.xtext.ui.editor.IURIEditorOpener> bindIURIEditorOpener()

bindIXtextEditorCallback

public java.lang.Class<? extends org.eclipse.xtext.ui.editor.IXtextEditorCallback> bindIXtextEditorCallback()
Overrides:
bindIXtextEditorCallback in class AbstractOCLinEcoreUiModule