Uses of Interface
org.eclipse.cdt.internal.ui.text.IColorManager

Packages that use IColorManager
org.eclipse.cdt.internal.ui.editor   
org.eclipse.cdt.internal.ui.editor.asm   
org.eclipse.cdt.internal.ui.text   
org.eclipse.cdt.internal.ui.text.util   
 

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

Methods in org.eclipse.cdt.internal.ui.editor with parameters of type IColorManager
 void SemanticHighlightingManager.install(CEditor editor, CSourceViewer sourceViewer, IColorManager colorManager, org.eclipse.jface.preference.IPreferenceStore preferenceStore)
          Install the semantic highlighting on the given editor infrastructure
 void SemanticHighlightingManager.install(CSourceViewer sourceViewer, IColorManager colorManager, org.eclipse.jface.preference.IPreferenceStore preferenceStore, SemanticHighlightingManager.HighlightedRange[][] hardcodedRanges)
          Install the semantic highlighting on the given source viewer infrastructure.
 

Uses of IColorManager in org.eclipse.cdt.internal.ui.editor.asm
 

Constructors in org.eclipse.cdt.internal.ui.editor.asm with parameters of type IColorManager
AsmCodeScanner(IColorManager manager, org.eclipse.jface.preference.IPreferenceStore store)
          Creates a C code scanner
 

Uses of IColorManager in org.eclipse.cdt.internal.ui.text
 

Constructors in org.eclipse.cdt.internal.ui.text with parameters of type IColorManager
AbstractCScanner(IColorManager manager, org.eclipse.jface.preference.IPreferenceStore store)
          Creates an abstract C scanner.
AbstractCScanner(IColorManager manager, org.eclipse.jface.preference.IPreferenceStore store, int bufsize)
          Creates an abstract C scanner.
CCodeScanner(IColorManager manager, org.eclipse.jface.preference.IPreferenceStore store, org.eclipse.cdt.core.model.ICLanguageKeywords keywords)
          Creates a C/C++ code scanner.
CCommentScanner(IColorManager manager, org.eclipse.jface.preference.IPreferenceStore store, org.eclipse.core.runtime.Preferences coreStore, java.lang.String defaultTokenProperty)
           
CCommentScanner(IColorManager manager, org.eclipse.jface.preference.IPreferenceStore store, org.eclipse.core.runtime.Preferences coreStore, java.lang.String defaultTokenProperty, java.lang.String[] tokenProperties)
           
CCommentScanner(IColorManager manager, org.eclipse.jface.preference.IPreferenceStore store, java.lang.String defaultTokenProperty)
           
CPreprocessorScanner(IColorManager manager, org.eclipse.jface.preference.IPreferenceStore store, org.eclipse.cdt.core.model.ICLanguageKeywords keywords)
          Creates a C/C++ preprocessor scanner.
CSourceViewerConfiguration(IColorManager colorManager, org.eclipse.jface.preference.IPreferenceStore preferenceStore, org.eclipse.ui.texteditor.ITextEditor editor, java.lang.String partitioning)
          Creates a new C source viewer configuration for viewers in the given editor using the given preference store, the color manager and the specified document partitioning.
SimpleCSourceViewerConfiguration(IColorManager colorManager, org.eclipse.jface.preference.IPreferenceStore preferenceStore, org.eclipse.ui.texteditor.ITextEditor editor, java.lang.String partitioning, boolean configureFormatter)
          Creates a new C source viewer configuration for viewers in the given editor using the given preference store, the color manager and the specified document partitioning.
SingleTokenCScanner(IColorManager manager, org.eclipse.jface.preference.IPreferenceStore store, java.lang.String property)
           
 

Uses of IColorManager in org.eclipse.cdt.internal.ui.text.util
 

Classes in org.eclipse.cdt.internal.ui.text.util that implement IColorManager
 class CColorManager
          CDT color manager.