Uses of Interface
org.eclipse.jface.text.ITextListener
-
Packages that use ITextListener 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 ITextListener in org.eclipse.jface.text
Classes in org.eclipse.jface.text that implement ITextListener Modifier and Type Class Description classPaintManagerManages theIPainterobject registered with anITextViewer.Fields in org.eclipse.jface.text with type parameters of type ITextListener Modifier and Type Field Description protected List<ITextListener>TextViewer. fTextListenersAll registered text listenersMethods in org.eclipse.jface.text with parameters of type ITextListener Modifier and Type Method Description voidITextViewer. 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 ITextListener Modifier and Type Class Description classHyperlinkManagerDefault implementation of a hyperlink manager.
-