org.eclipse.xtend.ide.hover
Class XtendAnnotationHover

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.hover.AbstractHover
      extended by org.eclipse.xtext.ui.editor.hover.AbstractProblemHover
          extended by org.eclipse.xtext.ui.editor.hover.ProblemAnnotationHover
              extended by org.eclipse.xtend.ide.hover.XtendAnnotationHover
All Implemented Interfaces:
org.eclipse.jface.text.ITextHover, org.eclipse.jface.text.ITextHoverExtension, org.eclipse.jface.text.ITextHoverExtension2, org.eclipse.jface.text.source.IAnnotationHover, ISourceViewerAware

public class XtendAnnotationHover
extends ProblemAnnotationHover

Since:
2.3
Author:
Michael Clay - Initial contribution and API

Field Summary
 
Fields inherited from class org.eclipse.xtext.ui.editor.hover.AbstractHover
sourceViewer
 
Constructor Summary
XtendAnnotationHover()
           
 
Method Summary
protected  boolean isHandled(org.eclipse.jface.text.source.Annotation annotation)
           
 
Methods inherited from class org.eclipse.xtext.ui.editor.hover.ProblemAnnotationHover
formatInfo, getHoverInfo, getHoverInfoInternal, getHoverRegionInternal
 
Methods inherited from class org.eclipse.xtext.ui.editor.hover.AbstractProblemHover
getAnnotationModel, getAnnotations, getHoverInfo2, getHoverRegion, isLineDiffInfo
 
Methods inherited from class org.eclipse.xtext.ui.editor.hover.AbstractHover
getDocument, getHoverControlCreator, getHoverInfo, getLineNumber, setSourceViewer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XtendAnnotationHover

public XtendAnnotationHover()
Method Detail

isHandled

protected boolean isHandled(org.eclipse.jface.text.source.Annotation annotation)
Overrides:
isHandled in class AbstractProblemHover