Uses of Class
org.eclipse.swt.graphics.TextStyle
Packages that use TextStyle
Package
Description
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
SWT Accessibility.
SWT Custom widgets.
SWT graphics classes.
SWT widget public API classes.
-
Uses of TextStyle in org.eclipse.jface.viewers
Methods in org.eclipse.jface.viewers with parameters of type TextStyleModifier and TypeMethodDescriptionabstract void
StyledString.Styler.applyStyles
(TextStyle textStyle) Applies the styles represented by this object to the given textStyle. -
Uses of TextStyle in org.eclipse.swt.accessibility
Fields in org.eclipse.swt.accessibility declared as TextStyle -
Uses of TextStyle in org.eclipse.swt.custom
Subclasses of TextStyle in org.eclipse.swt.customModifier and TypeClassDescriptionclass
StyleRange
defines a set of styles for a specified range of text.Constructors in org.eclipse.swt.custom with parameters of type TextStyleModifierConstructorDescriptionStyleRange
(TextStyle style) Create a new style range from an existing text style. -
Uses of TextStyle in org.eclipse.swt.graphics
Methods in org.eclipse.swt.graphics that return TextStyleModifier and TypeMethodDescriptionTextLayout.getStyle
(int offset) Gets the style of the receiver at the specified character offset.TextLayout.getStyles()
Gets all styles of the receiver.Methods in org.eclipse.swt.graphics with parameters of type TextStyleModifier and TypeMethodDescriptionvoid
Sets the style of the receiver for the specified range.Constructors in org.eclipse.swt.graphics with parameters of type TextStyle -
Uses of TextStyle in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets that return TextStyle