Uses of Interface
org.eclipse.jface.text.ITextInputListener
Packages that use ITextInputListener
Package
Description
Provides a framework for creating and manipulating text documents.
Provides support for detecting and displaying hyperlinks in
ISourceViewer
s.-
Uses of ITextInputListener in org.eclipse.jface.text
Classes in org.eclipse.jface.text that implement ITextInputListenerModifier and TypeClassDescriptionfinal class
Manages theIPainter
object registered with anITextViewer
.Fields in org.eclipse.jface.text with type parameters of type ITextInputListenerModifier and TypeFieldDescriptionprotected List<ITextInputListener>
TextViewer.fTextInputListeners
All registered text input listenersMethods in org.eclipse.jface.text with parameters of type ITextInputListenerModifier and TypeMethodDescriptionvoid
ITextViewer.addTextInputListener
(ITextInputListener listener) Adds a text input listener to this viewer.void
TextViewer.addTextInputListener
(ITextInputListener listener) void
ITextViewer.removeTextInputListener
(ITextInputListener listener) Removes the given listener from this viewer's set of text input listeners.void
TextViewer.removeTextInputListener
(ITextInputListener listener) -
Uses of ITextInputListener in org.eclipse.jface.text.hyperlink
Classes in org.eclipse.jface.text.hyperlink that implement ITextInputListenerModifier 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.