de.cau.cs.kieler.core.annotations.ui
Class AnnotationsUiModule

java.lang.Object
  extended by org.eclipse.xtext.service.AbstractGenericModule
      extended by org.eclipse.xtext.ui.DefaultUiModule
          extended by de.cau.cs.kieler.core.annotations.ui.AbstractAnnotationsUiModule
              extended by de.cau.cs.kieler.core.annotations.ui.AnnotationsUiModule
All Implemented Interfaces:
com.google.inject.Module

public class AnnotationsUiModule
extends AbstractAnnotationsUiModule

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

Rating red

Constructor Summary
AnnotationsUiModule(AbstractUIPlugin plugin)
           
 
Method Summary
 
Methods inherited from class de.cau.cs.kieler.core.annotations.ui.AbstractAnnotationsUiModule
bindContentAssistContext$Factory, bindIContentAssistParser, bindIContentOutlineNodeAdapterFactory, bindIContentProposalProvider, bindIDamagerRepairer, bindILabelProvider, bindIProposalConflictHelper, bindISemanticModelTransformer, bindIssueResolutionProvider, bindITokenScanner, bindIXtextEditorCallback, configureContentAssistLexer, configureContentAssistLexerProvider, configureHighlightingLexer, configureHighlightingTokenDefProvider, configureIResourceDescriptionsBuilderScope, configureResourceUIServiceLabelProvider, provideIAllContainersState
 
Methods inherited from class org.eclipse.xtext.ui.DefaultUiModule
bindAdapterFactory, bindAdapterFactoryLabelProvider, bindComposedAdapterFactory$Descriptor$RegistryToInstance, bindContextTypeRegistry, bindIActionBarContributor, bindIAllContainersState$Provider, bindICompletionProposalPostProcessor, bindIContentAssistantFactory, bindIContentAssistProcessor, bindIContentFormatterFactory, bindIContentOutlineNodeComparer, bindIContentOutlinePage, bindIExternalContentSupport$IExternalContentProvider, bindIHighlightingHelper, bindIHyperlinkDetector, bindIImageHelper, bindIIndentationInformation, bindIOutlineTreeProvider, bindIPreferenceStore, bindIReconciler, bindIResourceForEditorInputFactory, bindIResourceSetProvider, bindISingleLineCommentHelper, bindITemplateProposalProvider, bindTemplateStore, configure, configureBracketMatchingAction, configureContentProposalLabelProvider, configureHyperlinkLabelProvider, configureLanguageSpecificURIEditorOpener, configureOutlineLabelProvider, 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

AnnotationsUiModule

public AnnotationsUiModule(AbstractUIPlugin plugin)