modesteditor.core
Class ModestAnnotationHover

java.lang.Object
  extended by modesteditor.core.ModestAnnotationHover
All Implemented Interfaces:
org.eclipse.jface.text.source.IAnnotationHover

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


Constructor Summary
ModestAnnotationHover()
           
 
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

ModestAnnotationHover

public ModestAnnotationHover()
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