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.viewersMethods in org.eclipse.jface.viewers with parameters of type TextStyleModifier and TypeMethodDescriptionabstract voidStyledString.Styler.applyStyles(TextStyle textStyle) Applies the styles represented by this object to the given textStyle.
- 
Uses of TextStyle in org.eclipse.swt.accessibilityFields in org.eclipse.swt.accessibility declared as TextStyle
- 
Uses of TextStyle in org.eclipse.swt.customSubclasses of TextStyle in org.eclipse.swt.customModifier and TypeClassDescriptionclassStyleRangedefines 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.graphicsMethods 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 TypeMethodDescriptionvoidSets 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.widgetsMethods in org.eclipse.swt.widgets that return TextStyle