Uses of Interface
org.eclipse.cdt.internal.ui.editor.ICAnnotation

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

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

Classes in org.eclipse.cdt.internal.ui.editor that implement ICAnnotation
 class CMarkerAnnotation
           
 

Methods in org.eclipse.cdt.internal.ui.editor that return ICAnnotation
 ICAnnotation ICAnnotation.getOverlay()
          Returns the overlay of this annotation.
 ICAnnotation CMarkerAnnotation.getOverlay()
           
 

Methods in org.eclipse.cdt.internal.ui.editor with parameters of type ICAnnotation
 void ICAnnotation.addOverlaid(ICAnnotation annotation)
          Adds the given annotation to the list of annotations which are overlaid by this annotations.
 void CMarkerAnnotation.addOverlaid(ICAnnotation annotation)
           
 void ICAnnotation.removeOverlaid(ICAnnotation annotation)
          Removes the given annotation from the list of annotations which are overlaid by this annotation.
 void CMarkerAnnotation.removeOverlaid(ICAnnotation annotation)
           
 void CMarkerAnnotation.setOverlay(ICAnnotation cAnnotation)
          Overlays this annotation with the given cAnnotation.