public interface ITextViewerExtension8
Extension interface for ITextViewer. Adds the ability to print and set how hovers should be enriched when the mouse is moved into them.
ITextViewer
static class
ITextViewerExtension8.EnrichMode
void
print ( StyledTextPrintOptions options)
setHoverEnrichMode ( ITextViewerExtension8.EnrichMode mode)
void print( StyledTextPrintOptions options)
options
void setHoverEnrichMode( ITextViewerExtension8.EnrichMode mode)
null
mode
hover region
Note that a hover can only be enriched if its IInformationControlExtension5.getInformationPresenterControlCreator() is not null.
IInformationControlExtension5.getInformationPresenterControlCreator()
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.