Uses of Class
org.eclipse.jface.viewers.DelegatingStyledCellLabelProvider
-
Packages that use DelegatingStyledCellLabelProvider Package Description org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets. -
-
Uses of DelegatingStyledCellLabelProvider in org.eclipse.jface.viewers
Subclasses of DelegatingStyledCellLabelProvider in org.eclipse.jface.viewers Modifier and Type Class Description class
DecoratingStyledCellLabelProvider
ADecoratingStyledCellLabelProvider
is aDelegatingStyledCellLabelProvider
that uses a nestedDelegatingStyledCellLabelProvider.IStyledLabelProvider
to compute styled text label and image and takes aILabelDecorator
to decorate the label.
-