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 presentationGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.