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
ISourceViewers.-
Uses of ITextListener in org.eclipse.compare.internal
Classes in org.eclipse.compare.internal that implement ITextListenerModifier and TypeClassDescriptionclassWraps 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 classManages theIPainterobject registered with anITextViewer.Fields in org.eclipse.jface.text with type parameters of type ITextListenerModifier and TypeFieldDescriptionprotected List<ITextListener> TextViewer.fTextListenersAll registered text listenersMethods in org.eclipse.jface.text with parameters of type ITextListenerModifier and TypeMethodDescriptionvoidITextViewer.addTextListener(ITextListener listener) Adds a text listener to this viewer.voidTextViewer.addTextListener(ITextListener listener) voidITextViewer.removeTextListener(ITextListener listener) Removes the given listener from this viewer's set of text listeners.voidTextViewer.removeTextListener(ITextListener listener) -
Uses of ITextListener in org.eclipse.jface.text.hyperlink
Classes in org.eclipse.jface.text.hyperlink that implement ITextListenerModifier and TypeClassDescriptionclassDefault implementation of a hyperlink manager.