public class DotUiModule extends AbstractDotUiModule
Constructor and Description |
---|
DotUiModule(AbstractUIPlugin plugin) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.AbstractAntlrTokenToAttributeIdMapper> |
bindAbstractAntlrTokenToAttributeIdMapper() |
java.lang.Class<? extends org.eclipse.xtext.ui.editor.autoedit.AbstractEditStrategyProvider> |
bindAbstractEditStrategyProvider() |
java.lang.Class<? extends org.eclipse.xtext.ui.editor.doubleClicking.DoubleClickStrategyProvider> |
bindDoubleClickStrategyProvider() |
java.lang.Class<? extends org.eclipse.xtext.ui.editor.hover.IEObjectHover> |
bindIEObjectHover() |
java.lang.Class<? extends org.eclipse.xtext.ui.editor.hover.IEObjectHoverProvider> |
bindIEObjectHoverProvider() |
java.lang.Class<? extends org.eclipse.xtext.ui.editor.folding.IFoldingRegionProvider> |
bindIFoldingRegionProvider() |
java.lang.Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfiguration> |
bindIHighlightingConfiguration() |
java.lang.Class<? extends org.eclipse.xtext.ui.editor.hyperlinking.IHyperlinkHelper> |
bindIHyperlinkHelper() |
java.lang.Class<? extends org.eclipse.xtext.ui.editor.occurrences.IOccurrenceComputer> |
bindIOccurrenceComputer() |
java.lang.Class<? extends org.eclipse.xtext.ui.editor.findrefs.IReferenceFinder> |
bindIReferenceFinder() |
java.lang.Class<? extends org.eclipse.xtext.ui.refactoring.IRenameStrategy> |
bindIRenameStrategy() |
java.lang.Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.ISemanticHighlightingCalculator> |
bindISemanticHighlightingCalculator() |
java.lang.Class<? extends org.eclipse.xtext.ui.editor.contentassist.ITemplateProposalProvider> |
bindITemplateProposalProvider() |
java.lang.Class<? extends org.eclipse.xtext.ui.editor.model.ITokenTypeToPartitionTypeMapper> |
bindITokenTypeToPartitionTypeMapper() |
java.lang.Class<? extends org.eclipse.xtext.ui.editor.findrefs.ReferenceQueryExecutor> |
bindReferenceQueryExecutor() |
java.lang.Class<? extends org.eclipse.xtext.ui.editor.XtextEditor> |
bindXtextEditor() |
java.lang.Class<? extends org.eclipse.xtext.ui.editor.XtextSourceViewerConfiguration> |
bindXtextSourceViewerConfiguration() |
bindContentAssistContext$Factory, bindIContentAssistParser, bindIContentProposalProvider, bindILabelProvider, bindIOutlineTreeProvider, bindIOutlineTreeStructureProvider, bindIProposalConflictHelper, bindIReferenceUpdater, bindIRenameRefactoringProvider, bindIRenameSupport$Factory, bindIssueResolutionProvider, configureContentAssistLexer, configureContentAssistLexerProvider, configureHighlightingLexer, configureHighlightingTokenDefProvider, configureIPreferenceStoreInitializer, configureResourceUIServiceLabelProvider, provideIAllContainersState
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, bindITextHover, bindITokenScanner, bindITraceURIConverter, bindIWhitespaceInformationProvider, bindMarkerContributor, bindMarkerTypeProvider, bindOutlineFilterAndSorter$IComparator, bindTemplateStore, configure, configureBracketMatchingAction, configureContentProposalLabelProvider, configureHyperlinkLabelProvider, configureIOutlineContribution$Composite, configureIQuickOutlineContribution$Composite, configureIResourceDescriptionsLiveScope, configureLanguageSpecificURIEditorOpener, configureMarkOccurrencesAction, configureSmartCaretPreferenceInitializer, configureToggleLinkWithEditorOutlineContribution, configureToggleSortingOutlineContribution, configureUiEncodingProvider, configureXtextEditorErrorTickUpdater
public DotUiModule(AbstractUIPlugin plugin)
public java.lang.Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.ISemanticHighlightingCalculator> bindISemanticHighlightingCalculator()
public java.lang.Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfiguration> bindIHighlightingConfiguration()
public java.lang.Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.AbstractAntlrTokenToAttributeIdMapper> bindAbstractAntlrTokenToAttributeIdMapper()
public java.lang.Class<? extends org.eclipse.xtext.ui.editor.contentassist.ITemplateProposalProvider> bindITemplateProposalProvider()
bindITemplateProposalProvider
in class org.eclipse.xtext.ui.DefaultUiModule
public java.lang.Class<? extends org.eclipse.xtext.ui.editor.folding.IFoldingRegionProvider> bindIFoldingRegionProvider()
public java.lang.Class<? extends org.eclipse.xtext.ui.editor.hover.IEObjectHover> bindIEObjectHover()
bindIEObjectHover
in class org.eclipse.xtext.ui.DefaultUiModule
public java.lang.Class<? extends org.eclipse.xtext.ui.editor.hover.IEObjectHoverProvider> bindIEObjectHoverProvider()
public java.lang.Class<? extends org.eclipse.xtext.ui.editor.hyperlinking.IHyperlinkHelper> bindIHyperlinkHelper()
public java.lang.Class<? extends org.eclipse.xtext.ui.refactoring.IRenameStrategy> bindIRenameStrategy()
bindIRenameStrategy
in class AbstractDotUiModule
public java.lang.Class<? extends org.eclipse.xtext.ui.editor.occurrences.IOccurrenceComputer> bindIOccurrenceComputer()
public java.lang.Class<? extends org.eclipse.xtext.ui.editor.findrefs.IReferenceFinder> bindIReferenceFinder()
public java.lang.Class<? extends org.eclipse.xtext.ui.editor.findrefs.ReferenceQueryExecutor> bindReferenceQueryExecutor()
public java.lang.Class<? extends org.eclipse.xtext.ui.editor.XtextEditor> bindXtextEditor()
public java.lang.Class<? extends org.eclipse.xtext.ui.editor.model.ITokenTypeToPartitionTypeMapper> bindITokenTypeToPartitionTypeMapper()
public java.lang.Class<? extends org.eclipse.xtext.ui.editor.doubleClicking.DoubleClickStrategyProvider> bindDoubleClickStrategyProvider()
public java.lang.Class<? extends org.eclipse.xtext.ui.editor.autoedit.AbstractEditStrategyProvider> bindAbstractEditStrategyProvider()
bindAbstractEditStrategyProvider
in class org.eclipse.xtext.ui.DefaultUiModule
public java.lang.Class<? extends org.eclipse.xtext.ui.editor.XtextSourceViewerConfiguration> bindXtextSourceViewerConfiguration()
Copyright (c) 2014 itemis AG and others. All rights reserved.