Uses of Interface
org.eclipse.jface.text.ITextPresentationListener
Package
Description
Provides a framework for creating and manipulating text documents.
Provides support for detecting and displaying hyperlinks in
ISourceViewer
s.Provides a framework for connecting document regions
with annotations and for displaying those.
-
Uses of ITextPresentationListener in org.eclipse.jface.text
Modifier and TypeFieldDescriptionprotected List<ITextPresentationListener>
TextViewer.fTextPresentationListeners
All registered text presentation listeners.Modifier and TypeMethodDescriptionvoid
ITextViewerExtension4.addTextPresentationListener
(ITextPresentationListener listener) Adds the given text presentation listener to this text viewer.void
TextViewer.addTextPresentationListener
(ITextPresentationListener listener) void
ITextViewerExtension4.removeTextPresentationListener
(ITextPresentationListener listener) Removes the given text presentation listener from this text viewer.void
TextViewer.removeTextPresentationListener
(ITextPresentationListener listener) -
Uses of ITextPresentationListener in org.eclipse.jface.text.hyperlink
Modifier and TypeClassDescriptionclass
The default hyperlink presenter underlines the link and colors the line and the text with the given color.class
A hyperlink presenter capable of showing multiple hyperlinks in a hover. -
Uses of ITextPresentationListener in org.eclipse.jface.text.source
Modifier and TypeClassDescriptionclass
Paints decorations for annotations provided by an annotation model and/or highlights them in the associated source viewer.