Package | Description |
---|---|
org.eclipse.jface.text |
Provides a framework for creating and manipulating text documents.
|
org.eclipse.swt.custom |
SWT Custom widgets.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDocumentAdapter
Adapts an
IDocument to the
StyledTextContent interface. |
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 (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.