Uses of Class
org.eclipse.swt.custom.TextChangedEvent
-
Uses of TextChangedEvent in org.eclipse.swt.custom
Modifier and TypeMethodDescriptionvoid
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()).