Uses of Interface
org.eclipse.jface.text.ITextPresentationListener
Packages that use ITextPresentationListener
Package
Description
Provides a framework for creating and manipulating text documents.
Provides support for detecting and displaying hyperlinks in
ISourceViewers.Provides a framework for connecting document regions
with annotations and for displaying those.
-
Uses of ITextPresentationListener in org.eclipse.jface.text
Fields in org.eclipse.jface.text with type parameters of type ITextPresentationListenerModifier and TypeFieldDescriptionprotected List<ITextPresentationListener> TextViewer.fTextPresentationListenersAll registered text presentation listeners.Methods in org.eclipse.jface.text with parameters of type ITextPresentationListenerModifier and TypeMethodDescriptionvoidITextViewerExtension4.addTextPresentationListener(ITextPresentationListener listener) Adds the given text presentation listener to this text viewer.voidTextViewer.addTextPresentationListener(ITextPresentationListener listener) voidITextViewerExtension4.removeTextPresentationListener(ITextPresentationListener listener) Removes the given text presentation listener from this text viewer.voidTextViewer.removeTextPresentationListener(ITextPresentationListener listener) -
Uses of ITextPresentationListener in org.eclipse.jface.text.hyperlink
Classes in org.eclipse.jface.text.hyperlink that implement ITextPresentationListenerModifier and TypeClassDescriptionclassThe default hyperlink presenter underlines the link and colors the line and the text with the given color.classA hyperlink presenter capable of showing multiple hyperlinks in a hover. -
Uses of ITextPresentationListener in org.eclipse.jface.text.source
Classes in org.eclipse.jface.text.source that implement ITextPresentationListenerModifier and TypeClassDescriptionclassPaints decorations for annotations provided by an annotation model and/or highlights them in the associated source viewer.