de.cau.cs.kieler.synccharts.text.actions.ui
Class ActionsHighlightingConfiguration
java.lang.Object
org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration
de.cau.cs.kieler.core.annotations.text.ui.AnnotationsHighlightingConfiguration
de.cau.cs.kieler.synccharts.text.actions.ui.ActionsHighlightingConfiguration
- All Implemented Interfaces:
- org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfiguration
- Direct Known Subclasses:
- KitsHighlightingConfiguration
public class ActionsHighlightingConfiguration
- extends AnnotationsHighlightingConfiguration
Custom IHighlightingConfiguration
contributing to the Actions editor. The required method
IHighlightingConfiguration.configure(org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfigurationAcceptor)
will be provided by the AnnotationsHighlightingConfiguration
and can be specialized in
order to add Actions specific highlighting profiles.
The Actions specific stuff is used in the KITS-View, a plain actions editor is not provided.
- Rating

Fields inherited from class org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration |
COMMENT_ID, DEFAULT_ID, INVALID_TOKEN_ID, KEYWORD_ID, NUMBER_ID, PUNCTUATION_ID, STRING_ID |
Methods inherited from class org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration |
commentTextStyle, defaultTextStyle, errorTextStyle, keywordTextStyle, numberTextStyle, punctuationTextStyle, stringTextStyle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionsHighlightingConfiguration
public ActionsHighlightingConfiguration()