public interface TextChangeListener extends SWTEventListener
Modifier and Type | Method and Description |
---|---|
void |
textChanged(TextChangedEvent event)
This method is called when the content has changed.
|
void |
textChanging(TextChangingEvent event)
This method is called when the content is about to be changed.
|
void |
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()).
|
void textChanging(TextChangingEvent event)
event
- the text changing event. All event fields need
to be set by the sender.TextChangingEvent
void textChanged(TextChangedEvent event)
event
- the text changed eventvoid textSet(TextChangedEvent event)
event
- the text changed eventCopyright © 2017. All Rights Reserved.