Uses of Class
org.eclipse.jface.viewers.OwnerDrawLabelProvider
Packages that use OwnerDrawLabelProvider
Package
Description
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
-
Uses of OwnerDrawLabelProvider in org.eclipse.jface.viewers
Subclasses of OwnerDrawLabelProvider in org.eclipse.jface.viewersModifier and TypeClassDescriptionclassADecoratingStyledCellLabelProvideris aDelegatingStyledCellLabelProviderthat uses a nestedDelegatingStyledCellLabelProvider.IStyledLabelProviderto compute styled text label and image and takes aILabelDecoratorto decorate the label.classADelegatingStyledCellLabelProvideris aStyledCellLabelProviderthat delegates requests for the styled string and the image to aDelegatingStyledCellLabelProvider.IStyledLabelProvider.classAStyledCellLabelProvidersupports styled labels by using owner draw.