Uses of Class
org.eclipse.jface.viewers.ColumnLabelProvider
-
Packages that use ColumnLabelProvider Package Description org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets.org.eclipse.ui.views.properties Provides the standard Property Sheet view which displays custom properties of the active workbench part's current selection. -
-
Uses of ColumnLabelProvider in org.eclipse.jface.viewers
Subclasses of ColumnLabelProvider in org.eclipse.jface.viewers Modifier and Type Class Description classTreeColumnViewerLabelProviderTreeViewerLabelProvider is the ViewerLabelProvider that handles TreePaths. -
Uses of ColumnLabelProvider in org.eclipse.ui.views.properties
Subclasses of ColumnLabelProvider in org.eclipse.ui.views.properties Modifier and Type Class Description classPropertyColumnLabelProviderA column label provider that returns label text and images based on aIPropertySourceProvider, forwarding requests for text and image to the label provider returned from the property descriptor for the given property id.
-