de.cau.cs.kieler.synccharts.text.kitsState.ui
Class KitsStateUiModule

java.lang.Object
  extended by org.eclipse.xtext.service.AbstractGenericModule
      extended by org.eclipse.xtext.ui.DefaultUiModule
          extended by de.cau.cs.kieler.synccharts.text.kitsState.ui.AbstractKitsStateUiModule
              extended by de.cau.cs.kieler.synccharts.text.kitsState.ui.KitsStateUiModule
All Implemented Interfaces:
com.google.inject.Module

public class KitsStateUiModule
extends AbstractKitsStateUiModule

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

Rating red

Constructor Summary
KitsStateUiModule(AbstractUIPlugin plugin)
           
 
Method Summary
 Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.antlr.DefaultAntlrTokenToAttributeIdMapper> bindAbstractAntlrTokenToAttributeIdMapper()
           
 Class<? extends org.eclipse.xtext.validation.IDiagnosticConverter> bindIDiagnosticConverter()
           
 Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration> bindIHighlightingConfiguration()
           
 Class<? extends org.eclipse.xtext.formatting.IIndentationInformation> bindIIndentationInformation()
           
 Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.ISemanticHighlightingCalculator> bindISemanticHighlightingCalculator()
           
 Class<? extends org.eclipse.xtext.ui.editor.IXtextEditorCallback> bindIXtextEditorCallback()
           
 
Methods inherited from class de.cau.cs.kieler.synccharts.text.kitsState.ui.AbstractKitsStateUiModule
bindContentAssistContext$Factory, bindIContentAssistParser, bindIContentOutlineNodeAdapterFactory, bindIContentProposalProvider, bindIDamagerRepairer, bindILabelProvider, bindIProposalConflictHelper, bindISemanticModelTransformer, bindIssueResolutionProvider, bindITokenScanner, configureContentAssistLexer, configureContentAssistLexerProvider, configureHighlightingLexer, configureHighlightingTokenDefProvider, 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, 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

KitsStateUiModule

public KitsStateUiModule(AbstractUIPlugin plugin)
Method Detail

bindIXtextEditorCallback

public Class<? extends org.eclipse.xtext.ui.editor.IXtextEditorCallback> bindIXtextEditorCallback()

bindAbstractAntlrTokenToAttributeIdMapper

public Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.antlr.DefaultAntlrTokenToAttributeIdMapper> bindAbstractAntlrTokenToAttributeIdMapper()

bindIHighlightingConfiguration

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

bindISemanticHighlightingCalculator

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

bindIIndentationInformation

public Class<? extends org.eclipse.xtext.formatting.IIndentationInformation> bindIIndentationInformation()
Overrides:
bindIIndentationInformation in class org.eclipse.xtext.ui.DefaultUiModule

bindIDiagnosticConverter

public Class<? extends org.eclipse.xtext.validation.IDiagnosticConverter> bindIDiagnosticConverter()