Uses of Class
org.eclipse.swt.custom.TextChangedEvent
Packages that use TextChangedEvent
-
Uses of TextChangedEvent in org.eclipse.swt.custom
Methods in org.eclipse.swt.custom with parameters of type TextChangedEventModifier and TypeMethodDescription(package private) voidStyledText.handleTextChanged(TextChangedEvent event) Updates the caret position and selection and the scroll bars to reflect the content change.(package private) voidStyledText.handleTextSet(TextChangedEvent event) Called when the widget content is set programmatically, overwriting the old content.voidTextChangeListener.textChanged(TextChangedEvent event) This method is called when the content has changed.voidTextChangeListener.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()).