org.eclipse.cdt.internal.ui.text.c.hover
Class BestMatchHover
java.lang.Object
org.eclipse.cdt.internal.ui.text.c.hover.AbstractCEditorTextHover
org.eclipse.cdt.internal.ui.text.c.hover.BestMatchHover
- All Implemented Interfaces:
- ICEditorTextHover, org.eclipse.jface.text.information.IInformationProviderExtension2, org.eclipse.jface.text.ITextHover, org.eclipse.jface.text.ITextHoverExtension
public class BestMatchHover
- extends AbstractCEditorTextHover
- implements org.eclipse.jface.text.ITextHoverExtension, org.eclipse.jface.text.information.IInformationProviderExtension2
BestMatchHover
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BestMatchHover
public BestMatchHover()
BestMatchHover
public BestMatchHover(org.eclipse.ui.IEditorPart editor)
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
- Specified by:
getHoverInfo
in class AbstractCEditorTextHover
getHoverControlCreator
public org.eclipse.jface.text.IInformationControlCreator getHoverControlCreator()
- Specified by:
getHoverControlCreator
in interface org.eclipse.jface.text.ITextHoverExtension
- Overrides:
getHoverControlCreator
in class AbstractCEditorTextHover
getInformationPresenterControlCreator
public org.eclipse.jface.text.IInformationControlCreator getInformationPresenterControlCreator()
- Specified by:
getInformationPresenterControlCreator
in interface org.eclipse.jface.text.information.IInformationProviderExtension2