de.cau.cs.kieler.kaom.text.ui
Class KaomUiModule

java.lang.Object
  extended by de.cau.cs.kieler.kaom.text.ui.AbstractKaomUiModule
      extended by de.cau.cs.kieler.kaom.text.ui.KaomUiModule

public class KaomUiModule
extends de.cau.cs.kieler.kaom.text.ui.AbstractKaomUiModule

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

Rating red

Constructor Summary
KaomUiModule(AbstractUIPlugin plugin)
           
 
Method Summary
 Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration> bindIHighlightingConfiguration()
           
 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

KaomUiModule

public KaomUiModule(AbstractUIPlugin plugin)
Method Detail

bindIXtextEditorCallback

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

bindIHighlightingConfiguration

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

bindISemanticHighlightingCalculator

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