Uses of Class
org.eclipse.swt.graphics.TextStyle
Packages that use TextStyle
Package
Description
SWT Accessibility.
SWT Custom widgets.
SWT graphics classes.
SWT widget public API classes.
-
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 TypeClassDescriptionclassStyleRangedefines a set of styles for a specified range of text.Fields in org.eclipse.swt.custom declared as TextStyleConstructors in org.eclipse.swt.custom with parameters of type TextStyleModifierConstructorDescriptionStyleEntry(TextStyle style, int start, int end) StyleRange(TextStyle style) Create a new style range from an existing text style. -
Uses of TextStyle in org.eclipse.swt.graphics
Fields in org.eclipse.swt.graphics declared as TextStyleMethods 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 TypeMethodDescription(package private) booleanTextStyle.isAdherentBorder(TextStyle style) (package private) booleanTextStyle.isAdherentStrikeout(TextStyle style) (package private) booleanTextStyle.isAdherentUnderline(TextStyle style) voidSets 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
Fields in org.eclipse.swt.widgets declared as TextStyleMethods in org.eclipse.swt.widgets that return TextStyle