Uses of Class
org.eclipse.jface.viewers.StyledCellLabelProvider
-
Packages that use StyledCellLabelProvider Package Description org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets. -
-
Uses of StyledCellLabelProvider in org.eclipse.jface.viewers
Subclasses of StyledCellLabelProvider in org.eclipse.jface.viewers Modifier and Type Class Description classDecoratingStyledCellLabelProviderADecoratingStyledCellLabelProvideris aDelegatingStyledCellLabelProviderthat uses a nestedDelegatingStyledCellLabelProvider.IStyledLabelProviderto compute styled text label and image and takes aILabelDecoratorto decorate the label.classDelegatingStyledCellLabelProviderADelegatingStyledCellLabelProvideris aStyledCellLabelProviderthat delegates requests for the styled string and the image to aDelegatingStyledCellLabelProvider.IStyledLabelProvider.
-