Uses of Interface
org.eclipse.jface.text.ITextInputListener
-
Packages that use ITextInputListener 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. -
-
Uses of ITextInputListener in org.eclipse.jface.text
Classes in org.eclipse.jface.text that implement ITextInputListener Modifier and Type Class Description classPaintManagerManages theIPainterobject registered with anITextViewer.Fields in org.eclipse.jface.text with type parameters of type ITextInputListener Modifier and Type Field Description protected List<ITextInputListener>TextViewer. fTextInputListenersAll registered text input listenersMethods in org.eclipse.jface.text with parameters of type ITextInputListener Modifier and Type Method Description voidITextViewer. addTextInputListener(ITextInputListener listener)Adds a text input listener to this viewer.voidTextViewer. addTextInputListener(ITextInputListener listener)voidITextViewer. removeTextInputListener(ITextInputListener listener)Removes the given listener from this viewer's set of text input listeners.voidTextViewer. removeTextInputListener(ITextInputListener listener) -
Uses of ITextInputListener in org.eclipse.jface.text.hyperlink
Classes in org.eclipse.jface.text.hyperlink that implement ITextInputListener 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.
-