Uses of Class
org.eclipse.cdt.internal.ui.editor.SemanticHighlighting

Packages that use SemanticHighlighting
org.eclipse.cdt.internal.ui.editor   
 

Uses of SemanticHighlighting in org.eclipse.cdt.internal.ui.editor
 

Methods in org.eclipse.cdt.internal.ui.editor that return SemanticHighlighting
static SemanticHighlighting[] SemanticHighlightings.getSemanticHighlightings()
           
 

Methods in org.eclipse.cdt.internal.ui.editor with parameters of type SemanticHighlighting
static java.lang.String SemanticHighlightings.getBoldPreferenceKey(SemanticHighlighting semanticHighlighting)
          A named preference that controls if the given semantic highlighting has the text attribute bold.
static java.lang.String SemanticHighlightings.getColorPreferenceKey(SemanticHighlighting semanticHighlighting)
          A named preference that controls the given semantic highlighting's color.
static java.lang.String SemanticHighlightings.getEnabledPreferenceKey(SemanticHighlighting semanticHighlighting)
          A named preference that controls if the given semantic highlighting is enabled.
static java.lang.String SemanticHighlightings.getItalicPreferenceKey(SemanticHighlighting semanticHighlighting)
          A named preference that controls if the given semantic highlighting has the text attribute italic.
static java.lang.String SemanticHighlightings.getStrikethroughPreferenceKey(SemanticHighlighting semanticHighlighting)
          A named preference that controls if the given semantic highlighting has the text attribute strikethrough.
static java.lang.String SemanticHighlightings.getUnderlinePreferenceKey(SemanticHighlighting semanticHighlighting)
          A named preference that controls if the given semantic highlighting has the text attribute underline.
 void SemanticHighlightingReconciler.install(CEditor editor, org.eclipse.jface.text.source.ISourceViewer sourceViewer, SemanticHighlightingPresenter presenter, SemanticHighlighting[] semanticHighlightings, org.eclipse.cdt.internal.ui.editor.SemanticHighlightingManager.HighlightingStyle[] highlightings)
          Install this reconciler on the given editor, presenter and highlightings.