Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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.5

Guidelines for using Eclipse APIs.

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


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire