Eclipse Platform
Release 3.6

Uses of Class
org.eclipse.jface.viewers.StyledString

Packages that use StyledString
org.eclipse.jface.text.contentassist Provides a content assist add-on for an ITextViewer
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets. 
 

Uses of StyledString in org.eclipse.jface.text.contentassist
 

Methods in org.eclipse.jface.text.contentassist that return StyledString
 StyledString ICompletionProposalExtension6.getStyledDisplayString()
          Returns the styled string used to display this proposal in the list of completion proposals.
 

Uses of StyledString in org.eclipse.jface.viewers
 

Methods in org.eclipse.jface.viewers that return StyledString
 StyledString StyledString.append(char ch)
          Appends the string representation of the given character to the StyledString.
 StyledString StyledString.append(char[] chars)
          Appends the string representation of the given character array to the StyledString.
 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)
          Appends a string to the StyledString.
 StyledString StyledString.append(String string, StyledString.Styler styler)
          Appends a string with a style to the StyledString.
 StyledString StyledString.append(StyledString string)
          Appends a string with styles to the StyledString.
protected  StyledString DelegatingStyledCellLabelProvider.getStyledText(Object element)
          Returns the styled text for the label of the given element.
 StyledString DelegatingStyledCellLabelProvider.IStyledLabelProvider.getStyledText(Object element)
          Returns the styled text label for the given element
protected  StyledString DecoratingStyledCellLabelProvider.getStyledText(Object element)
          Returns the styled text for the label of the given element.
 StyledString StyledString.insert(char ch, int offset)
          Inserts the character at the given offset.
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.
 

Methods in org.eclipse.jface.viewers with parameters of type StyledString
 StyledString StyledString.append(StyledString string)
          Appends a string with styles to the StyledString.
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.
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

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