Eclipse Platform
Release 3.2

Uses of Class
org.eclipse.jface.text.TextEvent

Packages that use TextEvent
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 in ISourceViewers.  
 

Uses of TextEvent in org.eclipse.jface.text
 

Methods in org.eclipse.jface.text with parameters of type TextEvent
 void PaintManager.textChanged(TextEvent event)
           
 void ITextListener.textChanged(TextEvent event)
          The visual representation of a text viewer this listener is registered with has been changed.
 

Uses of TextEvent in org.eclipse.jface.text.hyperlink
 

Methods in org.eclipse.jface.text.hyperlink with parameters of type TextEvent
 void HyperlinkManager.textChanged(TextEvent event)
           
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.