public interface ITextPresentationListener
ITextViewer
are informed when a
TextPresentation
is about to be applied to the
text viewer. The listener can apply changes to the text presentation and thus
participate in the process of text presentation creation.Modifier and Type | Method and Description |
---|---|
void |
applyTextPresentation(TextPresentation textPresentation)
This method is called when a text presentation is about to be applied to
the text viewer.
|
void applyTextPresentation(TextPresentation textPresentation)
textPresentation
- the current text presentation
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.