org.eclipse.cdt.internal.ui.text.c.hover
Class AnnotationHover

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.text.c.hover.AbstractCEditorTextHover
      extended by org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover
          extended by org.eclipse.cdt.internal.ui.text.c.hover.AnnotationHover
All Implemented Interfaces:
ICEditorTextHover, org.eclipse.jface.text.ITextHover, org.eclipse.jface.text.ITextHoverExtension

public class AnnotationHover
extends AbstractAnnotationHover

AnnotationHover This annotation hover shows the description of the selected annotation.


Constructor Summary
AnnotationHover()
           
 
Method Summary
 
Methods inherited from class org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover
getHoverInfo, setEditor
 
Methods inherited from class org.eclipse.cdt.internal.ui.text.c.hover.AbstractCEditorTextHover
getHoverControlCreator, getHoverRegion
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationHover

public AnnotationHover()