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
ISourceViewers.-
Uses of ITextInputListener in org.eclipse.jface.text
Classes in org.eclipse.jface.text that implement ITextInputListenerModifier and TypeClassDescriptionfinal classManages theIPainterobject registered with anITextViewer.Fields in org.eclipse.jface.text with type parameters of type ITextInputListenerModifier and TypeFieldDescriptionprotected List<ITextInputListener> TextViewer.fTextInputListenersAll registered text input listenersMethods in org.eclipse.jface.text with parameters of type ITextInputListenerModifier and TypeMethodDescriptionvoidITextViewer.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 ITextInputListenerModifier 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.