Uses of Interface
org.eclipse.swt.custom.StyledTextContent
Packages that use StyledTextContent
-
Uses of StyledTextContent in org.eclipse.swt.custom
Classes in org.eclipse.swt.custom that implement StyledTextContentFields in org.eclipse.swt.custom declared as StyledTextContentModifier and TypeFieldDescription(package private) StyledTextContentStyledText.content(package private) StyledTextContentStyledTextRenderer.contentMethods in org.eclipse.swt.custom that return StyledTextContentModifier and TypeMethodDescription(package private) StyledTextContentStyledText.Printing.copyContent(StyledTextContent original) Copies the text of the specifiedStyledTextContent.StyledText.getContent()Returns the content implementation that is used for text storage.Methods in org.eclipse.swt.custom with parameters of type StyledTextContentModifier and TypeMethodDescription(package private) StyledTextContentStyledText.Printing.copyContent(StyledTextContent original) Copies the text of the specifiedStyledTextContent.voidStyledText.setContent(StyledTextContent newContent) Sets the content implementation to use for text storage.(package private) voidStyledTextRenderer.setContent(StyledTextContent content) Constructors in org.eclipse.swt.custom with parameters of type StyledTextContentModifierConstructorDescriptionHTMLWriter(StyledText styledText, int start, int length, StyledTextContent content) (package private)StyledTextEvent(StyledTextContent content) 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.(package private)TextChangingEvent(StyledTextContent source, StyledTextEvent e)