Uses of Interface
org.eclipse.jface.text.ITextPresentationListener
-
Packages that use ITextPresentationListener Package Description org.eclipse.jface.text Provides a framework for creating and manipulating text documents.org.eclipse.jface.text.hyperlink Provides support for detecting and displaying hyperlinks inISourceViewers.org.eclipse.jface.text.source 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 ITextPresentationListener Modifier and Type Field Description protected List<ITextPresentationListener>TextViewer. fTextPresentationListenersAll registered text presentation listeners.Methods in org.eclipse.jface.text with parameters of type ITextPresentationListener Modifier and Type Method Description voidITextViewerExtension4. 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 ITextPresentationListener Modifier and Type Class Description classDefaultHyperlinkPresenterThe default hyperlink presenter underlines the link and colors the line and the text with the given color.classMultipleHyperlinkPresenterA 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 ITextPresentationListener Modifier and Type Class Description classAnnotationPainterPaints decorations for annotations provided by an annotation model and/or highlights them in the associated source viewer.
-