Package | Description |
---|---|
org.eclipse.swt.custom |
Modifier and Type | Method and Description |
---|---|
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()).
|
Copyright © 2017. All Rights Reserved.