de.cau.cs.kieler.synccharts.text.actions.ui
Class ActionsUiModule

java.lang.Object
  extended by de.cau.cs.kieler.synccharts.text.actions.ui.AbstractActionsUiModule
      extended by de.cau.cs.kieler.synccharts.text.actions.ui.ActionsUiModule

public class ActionsUiModule
extends de.cau.cs.kieler.synccharts.text.actions.ui.AbstractActionsUiModule

Custom Module contributing to the (embedded) Actions editor.

Rating red

Constructor Summary
ActionsUiModule(AbstractUIPlugin plugin)
           
 
Method Summary
 Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.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.ui.editor.syntaxcoloring.ISemanticHighlightingCalculator> bindISemanticHighlightingCalculator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionsUiModule

public ActionsUiModule(AbstractUIPlugin plugin)
Method Detail

bindIDiagnosticConverter

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

bindAbstractAntlrTokenToAttributeIdMapper

public Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.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()