Package | Description |
---|---|
org.eclipse.swt.custom |
SWT Custom widgets.
|
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()).
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.