org.eclipse.cdt.internal.ui.text
Class HTMLAnnotationHover

java.lang.Object
  extended by org.eclipse.jface.text.source.DefaultAnnotationHover
      extended by org.eclipse.cdt.internal.ui.text.HTMLAnnotationHover
All Implemented Interfaces:
org.eclipse.jface.text.source.IAnnotationHover

public class HTMLAnnotationHover
extends org.eclipse.jface.text.source.DefaultAnnotationHover

Determines all annotations for the given line and collects, concatenates, and formats their messages in HTML.

Since:
4.0

Constructor Summary
HTMLAnnotationHover()
           
 
Method Summary
 
Methods inherited from class org.eclipse.jface.text.source.DefaultAnnotationHover
getHoverInfo
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLAnnotationHover

public HTMLAnnotationHover()