org.eclipse.mylar.internal.tasks.ui.editors
Class TaskFormPage.AnnotationHover
java.lang.Object
org.eclipse.mylar.internal.tasks.ui.editors.TaskFormPage.AnnotationHover
- All Implemented Interfaces:
- org.eclipse.jface.text.ITextHover, org.eclipse.jface.text.source.IAnnotationHover
- Enclosing class:
- TaskFormPage
static class TaskFormPage.AnnotationHover
- extends java.lang.Object
- implements org.eclipse.jface.text.source.IAnnotationHover, org.eclipse.jface.text.ITextHover
Field Summary |
(package private) org.eclipse.jface.text.source.AnnotationModel |
fAnnotationModel
|
Method Summary |
java.lang.String |
getHoverInfo(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
int lineNumber)
|
java.lang.String |
getHoverInfo(org.eclipse.jface.text.ITextViewer textViewer,
org.eclipse.jface.text.IRegion hoverRegion)
|
org.eclipse.jface.text.IRegion |
getHoverRegion(org.eclipse.jface.text.ITextViewer textViewer,
int offset)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fAnnotationModel
org.eclipse.jface.text.source.AnnotationModel fAnnotationModel
TaskFormPage.AnnotationHover
public TaskFormPage.AnnotationHover(org.eclipse.jface.text.source.AnnotationModel model)
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
getHoverInfo
public java.lang.String getHoverInfo(org.eclipse.jface.text.ITextViewer textViewer,
org.eclipse.jface.text.IRegion hoverRegion)
- Specified by:
getHoverInfo
in interface org.eclipse.jface.text.ITextHover
getHoverRegion
public org.eclipse.jface.text.IRegion getHoverRegion(org.eclipse.jface.text.ITextViewer textViewer,
int offset)
- Specified by:
getHoverRegion
in interface org.eclipse.jface.text.ITextHover