Uses of Interface
org.eclipse.jface.text.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
Modifier and TypeClassDescriptionclass
Wraps a JFace SourceViewer and add some convenience methods. -
Uses of ITextListener in org.eclipse.jface.text
Modifier and TypeClassDescriptionfinal class
Manages theIPainter
object registered with anITextViewer
.Modifier and TypeFieldDescriptionprotected List<ITextListener>
TextViewer.fTextListeners
All registered text listenersModifier 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
Modifier and TypeClassDescriptionclass
Default implementation of a hyperlink manager.