Uses of Interface
org.eclipse.jface.text.ITextListener
Packages that use ITextListener
Package
Description
Provides a framework for creating and manipulating text documents.
Provides support for detecting and displaying hyperlinks in
ISourceViewer
s.-
Uses of ITextListener in org.eclipse.compare.internal
Classes in org.eclipse.compare.internal that implement ITextListenerModifier and TypeClassDescriptionclass
Wraps a JFace SourceViewer and add some convenience methods. -
Uses of ITextListener in org.eclipse.jface.text
Classes in org.eclipse.jface.text that implement ITextListenerModifier and TypeClassDescriptionfinal class
Manages theIPainter
object registered with anITextViewer
.Fields in org.eclipse.jface.text with type parameters of type ITextListenerModifier and TypeFieldDescriptionprotected List<ITextListener>
TextViewer.fTextListeners
All registered text listenersMethods in org.eclipse.jface.text with parameters of type ITextListenerModifier and TypeMethodDescriptionvoid
ITextViewer.addTextListener
(ITextListener listener) Adds a text listener to this viewer.void
TextViewer.addTextListener
(ITextListener listener) void
ITextViewer.removeTextListener
(ITextListener listener) Removes the given listener from this viewer's set of text listeners.void
TextViewer.removeTextListener
(ITextListener listener) -
Uses of ITextListener in org.eclipse.jface.text.hyperlink
Classes in org.eclipse.jface.text.hyperlink that implement ITextListenerModifier and TypeClassDescriptionclass
Default implementation of a hyperlink manager.