Uses of Class
org.eclipse.jface.text.TextEvent
-
Packages that use TextEvent 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 TextEvent in org.eclipse.jface.text
Methods in org.eclipse.jface.text with parameters of type TextEvent Modifier and Type Method Description voidITextListener. textChanged(TextEvent event)The visual representation of a text viewer this listener is registered with has been changed.voidPaintManager. textChanged(TextEvent event) -
Uses of TextEvent in org.eclipse.jface.text.hyperlink
Methods in org.eclipse.jface.text.hyperlink with parameters of type TextEvent Modifier and Type Method Description voidHyperlinkManager. textChanged(TextEvent event)
-