Uses of Interface
org.eclipse.swt.custom.StyledTextContent
Package
Description
Provides a framework for creating and manipulating text documents.
SWT Custom widgets.
-
Uses of StyledTextContent in org.eclipse.help.ui.internal
-
Uses of StyledTextContent in org.eclipse.jface.text
Modifier and TypeInterfaceDescriptioninterface
Adapts anIDocument
to theStyledTextContent
interface. -
Uses of StyledTextContent in org.eclipse.swt.custom
Modifier and TypeMethodDescriptionStyledText.getContent()
Returns the content implementation that is used for text storage.Modifier and TypeMethodDescriptionvoid
StyledText.setContent
(StyledTextContent newContent) Sets the content implementation to use for text storage.ModifierConstructorDescriptionTextChangedEvent
(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.