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

Packages that use org.eclipse.cdt.internal.ui.util
org.eclipse.cdt.internal.ui.editor   
org.eclipse.cdt.internal.ui.util   
org.eclipse.cdt.internal.ui.viewsupport   
org.eclipse.cdt.ui   
 

Classes in org.eclipse.cdt.internal.ui.util used by org.eclipse.cdt.internal.ui.editor
IProblemChangedListener
          Can be added to a ProblemMarkerManager to get notified about error marker changes.
 

Classes in org.eclipse.cdt.internal.ui.util used by org.eclipse.cdt.internal.ui.util
IDebugLogConstants
           
IDebugLogConstants.DebugLogConstant
           
IProblemChangedListener
          Can be added to a ProblemMarkerManager to get notified about error marker changes.
ProblemTreeViewer
          Extends a TreeViewer to allow more performance when showing error ticks.
RemoteTreeViewer
           
StringMatcher.Position
           
 

Classes in org.eclipse.cdt.internal.ui.util used by org.eclipse.cdt.internal.ui.viewsupport
ImageDescriptorRegistry
          A registry that maps ImageDescriptors to Image.
 

Classes in org.eclipse.cdt.internal.ui.util used by org.eclipse.cdt.ui
ImageDescriptorRegistry
          A registry that maps ImageDescriptors to Image.
ProblemMarkerManager
          Listens to resource deltas and filters for marker changes of type IMarker.PROBLEM Viewers showing error ticks should register as listener to this type.