Java org.eclipse.jface.viewers StyledCellLabelProvider fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.viewers StyledCellLabelProvider fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.viewers StyledCellLabelProvider.

The text is from its open source code.

Subclass

org.eclipse.jface.viewers.StyledCellLabelProvider has subclasses.
Click this link to see all its subclasses.

Field

intCOLORS_ON_SELECTION
Style constant for indicating that the styled colors are to be applied even it the viewer's item is selected.

Constructor

StyledCellLabelProvider()
Creates a new StyledCellLabelProvider.

Method

StyledStringstyleDecoratedString(String decoratedString, Styler decorationStyler, StyledString styledString)
Applies decoration styles to the decorated string and adds the styles of the previously undecorated string.