Eclipse Platform
Release 3.1

Uses of Class
org.eclipse.swt.custom.TextChangedEvent

Packages that use TextChangedEvent
org.eclipse.swt.custom SWT Custom widgets.  
 

Uses of TextChangedEvent in org.eclipse.swt.custom
 

Methods in org.eclipse.swt.custom with parameters of type TextChangedEvent
 void TextChangeListener.textChanged(TextChangedEvent event)
          This method is called when the content has changed.
 void TextChangeListener.textSet(TextChangedEvent event)
          This method is called instead of the textChanging/textChanged combination when the entire old content has been replaced (e.g., by a call to StyledTextContent.setText()).
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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