Eclipse Platform
Release 3.4

Uses of Class
org.eclipse.swt.graphics.TextStyle

Packages that use TextStyle
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets.  
org.eclipse.swt.custom SWT Custom widgets.  
org.eclipse.swt.graphics SWT graphics classes.  
org.eclipse.swt.widgets SWT widget public API classes.  
 

Uses of TextStyle in org.eclipse.jface.viewers
 

Methods in org.eclipse.jface.viewers with parameters of type TextStyle
abstract  void StyledString.Styler.applyStyles(TextStyle textStyle)
          Applies the styles represented by this object to the given textStyle.
 

Uses of TextStyle in org.eclipse.swt.custom
 

Subclasses of TextStyle in org.eclipse.swt.custom
 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
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
 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
 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
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
 TextStyle[] IME.getStyles()
          Returns the styles for the ranges.
 


Eclipse Platform
Release 3.4

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.