Package | Description |
---|---|
org.eclipse.swt.custom |
Modifier and Type | Method and Description |
---|---|
StyledTextContent |
StyledText.getContent()
Returns the content implementation that is used for text storage.
|
Modifier and Type | Method and Description |
---|---|
void |
StyledText.setContent(StyledTextContent newContent)
Sets the content implementation to use for text storage.
|
Constructor and Description |
---|
TextChangedEvent(StyledTextContent source)
Create the TextChangedEvent to be used by the StyledTextContent implementor.
|
TextChangingEvent(StyledTextContent source)
Create the TextChangedEvent to be used by the StyledTextContent implementor.
|
Copyright © 2017. All Rights Reserved.