Uses of Class
org.eclipse.swt.graphics.TextStyle
-
Packages that use TextStyle Package Description org.eclipse.swt.accessibility org.eclipse.swt.custom org.eclipse.swt.graphics org.eclipse.swt.widgets -
-
Uses of TextStyle in org.eclipse.swt.accessibility
Fields in org.eclipse.swt.accessibility declared as TextStyle Modifier and Type Field Description TextStyle
AccessibleTextAttributeEvent. textStyle
[in/out] the TextStyle of the character range -
Uses of TextStyle in org.eclipse.swt.custom
Subclasses of TextStyle in org.eclipse.swt.custom Modifier and Type Class Description class
StyleRange
StyleRange
defines a set of styles for a specified range of text.Constructors in org.eclipse.swt.custom with parameters of type TextStyle Constructor Description StyleRange(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 TextStyle Modifier and Type Method Description TextStyle
TextLayout. getStyle(int offset)
Gets the style of the receiver at the specified character offset.TextStyle[]
TextLayout. getStyles()
Gets all styles of the receiver.Methods in org.eclipse.swt.graphics with parameters of type TextStyle Modifier and Type Method Description void
TextLayout. setStyle(TextStyle style, int start, int end)
Sets the style of the receiver for the specified range.Constructors in org.eclipse.swt.graphics with parameters of type TextStyle Constructor Description TextStyle(TextStyle style)
Create a new text style from an existing text style. -
Uses of TextStyle in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets that return TextStyle Modifier and Type Method Description TextStyle[]
IME. getStyles()
Returns the styles for the ranges.
-