Uses of Package
org.eclipse.cdt.internal.ui.text

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

Classes in org.eclipse.cdt.internal.ui.text used by org.eclipse.cdt.internal.ui
CHelpBookDescriptor
          This class represents the CHelpBook settings
 

Classes in org.eclipse.cdt.internal.ui.text used by org.eclipse.cdt.internal.ui.editor
CHeuristicScanner
          Utility methods for heuristic based C manipulations in an incomplete C source file.
CIndenter
          Uses the CHeuristicScanner to get the indentation level for a certain position in a document.
CPresentationReconciler
          Presentation reconciler, adding functionality for operation without a viewer.
IColorManager
          Manages SWT color objects for given color keys and given RGB objects.
ICReconcilingListener
          Interface of an object listening to (AST-) reconciling.
 

Classes in org.eclipse.cdt.internal.ui.text used by org.eclipse.cdt.internal.ui.editor.asm
AbstractCScanner
          Initialized with a color manager and a preference store, its subclasses are only responsible for providing a list of preference keys for based on which tokens are generated and to use this tokens to define the rules controlling this scanner.
IColorManager
          Manages SWT color objects for given color keys and given RGB objects.
 

Classes in org.eclipse.cdt.internal.ui.text used by org.eclipse.cdt.internal.ui.preferences
CSourceViewerConfiguration
          Configuration for an SourceViewer which shows C/C++ code.
 

Classes in org.eclipse.cdt.internal.ui.text used by org.eclipse.cdt.internal.ui.text
AbstractCScanner
          Initialized with a color manager and a preference store, its subclasses are only responsible for providing a list of preference keys for based on which tokens are generated and to use this tokens to define the rules controlling this scanner.
AbstractInformationControl
          Abstract class for "quick" views in light-weight controls.
CDoubleClickSelector
          Double click strategy aware of C identifier syntax rules.
CHelpBookDescriptor
          This class represents the CHelpBook settings
CHelpProviderDescriptor
          This class represents the CHelpProvider settings
CHeuristicScanner
          Utility methods for heuristic based C manipulations in an incomplete C source file.
CReconcilingStrategy
           
CSourceViewerConfiguration
          Configuration for an SourceViewer which shows C/C++ code.
IColorManager
          Manages SWT color objects for given color keys and given RGB objects.
SingleCharReader
           
SingleCharRule
          Checks for single char.
SubstitutionTextReader
          Reads the text contents from a reader and computes for each character a potential substitution.
Symbols
          Symbols for the heuristic C/C++ scanner.
 

Classes in org.eclipse.cdt.internal.ui.text used by org.eclipse.cdt.internal.ui.text.util
IColorManager
          Manages SWT color objects for given color keys and given RGB objects.
IColorManagerExtension
          For internal use only.
 

Classes in org.eclipse.cdt.internal.ui.text used by org.eclipse.cdt.internal.ui.typehierarchy
AbstractInformationControl
          Abstract class for "quick" views in light-weight controls.
 

Classes in org.eclipse.cdt.internal.ui.text used by org.eclipse.cdt.ui
CTextTools
          This type shares all scanners and the color manager between its clients.