org.eclipse.palamedes.ui.editor.sourcecode
Class AnnotationHover

java.lang.Object
  extended by org.eclipse.palamedes.ui.editor.sourcecode.AnnotationHover
All Implemented Interfaces:
org.eclipse.jface.text.source.IAnnotationHover

public class AnnotationHover
extends java.lang.Object
implements org.eclipse.jface.text.source.IAnnotationHover


Constructor Summary
AnnotationHover()
           
 
Method Summary
 java.lang.String getHoverInfo(org.eclipse.jface.text.source.ISourceViewer sourceViewer, int lineNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationHover

public AnnotationHover()
Method Detail

getHoverInfo

public java.lang.String getHoverInfo(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
                                     int lineNumber)
Specified by:
getHoverInfo in interface org.eclipse.jface.text.source.IAnnotationHover