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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

DecoratingStyledCellLabelProvider(IStyledLabelProvider labelProvider, ILabelDecorator decorator, IDecorationContext decorationContext)
Creates a DecoratingStyledCellLabelProvider that delegates the requests for styled labels and for images to a DelegatingStyledCellLabelProvider.IStyledLabelProvider .

Method

voidsetDecorationContext(IDecorationContext decorationContext)
Set the decoration context that will be based to the decorator for this label provider if that decorator implements LabelDecorator .