Uses of Class
org.eclipse.jface.viewers.ColumnLabelProvider
Packages that use ColumnLabelProvider
Package
Description
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
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.viewersModifier and TypeClassDescriptionclassTableColumnViewerLabelProvider is the mapping from the table based providers to the ViewerLabelProvider.classTreeViewerLabelProvider is the ViewerLabelProvider that handles TreePaths.Methods in org.eclipse.jface.viewers that return ColumnLabelProviderModifier and TypeMethodDescriptionstatic ColumnLabelProviderColumnLabelProvider.createImageProvider(Function<Object, Image> imageFunction) Creates aColumnLabelProviderwhich implements thegetImage(java.lang.Object)method by calling the argument function.static ColumnLabelProviderColumnLabelProvider.createTextImageProvider(Function<Object, String> textFunction, Function<Object, Image> imageFunction) Creates aColumnLabelProviderwhich implements both thegetText(java.lang.Object)andgetImage(java.lang.Object)methods by calling the argument functions.static ColumnLabelProviderColumnLabelProvider.createTextProvider(Function<Object, String> textFunction) Creates aColumnLabelProviderwhich implements thegetText(java.lang.Object)method by calling the argument function. -
Uses of ColumnLabelProvider in org.eclipse.ui.internal
Methods in org.eclipse.ui.internal that return ColumnLabelProviderModifier and TypeMethodDescriptionprotected ColumnLabelProviderFilteredTableBaseHandler.getColumnLabelProvider()Default ColumnLabelProvider. -
Uses of ColumnLabelProvider in org.eclipse.ui.views.properties
Subclasses of ColumnLabelProvider in org.eclipse.ui.views.propertiesModifier and TypeClassDescriptionclassA 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.