de.cau.cs.kieler.synccharts.text.kits.ui
Class KitsUiModule

java.lang.Object
  extended by de.cau.cs.kieler.synccharts.text.kits.ui.AbstractKitsUiModule
      extended by de.cau.cs.kieler.synccharts.text.kits.ui.KitsUiModule
Direct Known Subclasses:
KitsEmbeddedUIModule

public class KitsUiModule
extends de.cau.cs.kieler.synccharts.text.kits.ui.AbstractKitsUiModule

Custom Module contributing to the Kits editor.

Rating red

Constructor Summary
KitsUiModule(AbstractUIPlugin plugin)
           
 
Method Summary
 Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultAntlrTokenToAttributeIdMapper> bindAbstractAntlrTokenToAttributeIdMapper()
           
 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KitsUiModule

public KitsUiModule(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.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()