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.jface.viewers.StyledString.Styler

Packages that use StyledString.Styler
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets. 
 

Uses of StyledString.Styler in org.eclipse.jface.viewers
 

Fields in org.eclipse.jface.viewers declared as StyledString.Styler
static  StyledString.Styler StyledString. COUNTER_STYLER
          A built-in styler using the JFacePreferences.COUNTER_COLOR managed in the JFace color registry (See JFaceResources.getColorRegistry()).
static  StyledString.Styler StyledString. DECORATIONS_STYLER
          A built-in styler using the JFacePreferences.DECORATIONS_COLOR managed in the JFace color registry (See JFaceResources.getColorRegistry()).
static  StyledString.Styler StyledString. QUALIFIER_STYLER
          A built-in styler using the JFacePreferences.QUALIFIER_COLOR managed in the JFace color registry (See JFaceResources.getColorRegistry()).
 

Methods in org.eclipse.jface.viewers that return StyledString.Styler
static  StyledString.Styler StyledString. createColorRegistryStyler ( String foregroundColorName, String backgroundColorName)
          Creates a styler that takes the given foreground and background colors from the JFace color registry.
protected   StyledString.Styler DecoratingStyledCellLabelProvider. getDecorationStyle ( Object element)
          Sets the StyledString.Styler to be used for string decorations.
 

Methods in org.eclipse.jface.viewers with parameters of type StyledString.Styler
  StyledString StyledString. append (char[] chars, StyledString.Styler styler)
          Appends the string representation of the given character array with a style to the StyledString.
  StyledString StyledString. append (char ch, StyledString.Styler styler)
          Appends the string representation of the given character with a style to the StyledString.
  StyledString StyledString. append ( String string, StyledString.Styler styler)
          Appends a string with a style to the StyledString.
 void StyledString. setStyle (int offset, int length, StyledString.Styler styler)
          Sets a styler to use for the given source range.
static  StyledString StyledCellLabelProvider. styleDecoratedString ( String decoratedString, StyledString.Styler decorationStyler, StyledString styledString)
          Applies decoration styles to the decorated string and adds the styles of the previously undecorated string.
 

Constructors in org.eclipse.jface.viewers with parameters of type StyledString.Styler
StyledString ( String string, StyledString.Styler styler)
          Creates an StyledString initialized with a string and a style.
 


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