Uses of Class
org.eclipse.jface.viewers.StyledCellLabelProvider
Package
Description
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
-
Uses of StyledCellLabelProvider in org.eclipse.jface.viewers
Modifier and TypeClassDescriptionclass
ADecoratingStyledCellLabelProvider
is aDelegatingStyledCellLabelProvider
that uses a nestedDelegatingStyledCellLabelProvider.IStyledLabelProvider
to compute styled text label and image and takes aILabelDecorator
to decorate the label.class
ADelegatingStyledCellLabelProvider
is aStyledCellLabelProvider
that delegates requests for the styled string and the image to aDelegatingStyledCellLabelProvider.IStyledLabelProvider
.