org.eclipse.cdt.ui.text.c.hover
Interface ICEditorTextHover

All Superinterfaces:
org.eclipse.jface.text.ITextHover
All Known Implementing Classes:
AbstractAnnotationHover, AbstractCEditorTextHover, AnnotationHover, BestMatchHover, CDocHover, CEditorTextHoverProxy, CSourceHover, DebugTextHover

public interface ICEditorTextHover
extends org.eclipse.jface.text.ITextHover

ICEditorTextHover Provides a hover popup which appears on top of an editor with relevant display information. If the text hover does not provide information no hover popup is shown.

Clients may implement this interface.


Method Summary
 void setEditor(org.eclipse.ui.IEditorPart editor)
          Sets the editor on which the hover is shown.
 
Methods inherited from interface org.eclipse.jface.text.ITextHover
getHoverInfo, getHoverRegion
 

Method Detail

setEditor

void setEditor(org.eclipse.ui.IEditorPart editor)
Sets the editor on which the hover is shown.

Parameters:
editor - the editor on which the hover popup should be shown