Uses of Class
org.eclipse.swt.graphics.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
Modifier 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
-
Uses of TextStyle in org.eclipse.swt.custom
Modifier and TypeClassDescriptionclass
StyleRange
defines a set of styles for a specified range of text.ModifierConstructorDescriptionStyleRange
(TextStyle style) Create a new style range from an existing text style. -
Uses of TextStyle in org.eclipse.swt.graphics
Modifier and TypeMethodDescriptionTextLayout.getStyle
(int offset) Gets the style of the receiver at the specified character offset.TextLayout.getStyles()
Gets all styles of the receiver.Modifier and TypeMethodDescriptionvoid
Sets the style of the receiver for the specified range. -
Uses of TextStyle in org.eclipse.swt.widgets